Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  FreeImageAPI
Assembly:  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.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also