Disposes the object.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) when is called while Dispose()()().

Remarks

Designed for overriding. (override). The method must free all unmanaged resources. If is disposingtrueTruetruetrue (True in Visual Basic) is suitable to free all managed resources too because otherwise the program must wait until GC frees it.

See Also