Releases the unmanaged resources used by the Component and optionally releases the managed resources.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) override |
JavaScript |
---|
function dispose(disposing); |
Parameters
- disposing
- Type: System..::.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also