[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Disposes the object, freeing any unmanaged and optionally managed resources.
Namespace:
MBNCSUtil
Assembly:
MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
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
trueTruetruetrue (True in Visual Basic) to dispose managed resources; otherwise falseFalsefalsefalse (False in Visual Basic) to only
dispose unmanaged resources.
See Also