Releases the unmanaged resources used by the Element and optionally releases the managed resources.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected virtual void Dispose( bool disposing ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
| Visual C++ |
|---|
protected: virtual void Dispose( bool disposing ) |
Parameters
- disposing
- Type: System..::.Boolean