Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
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
If true managed ressources are released.