Dispose Method (Boolean)

Project Mercury API

[This is preliminary documentation and is subject to change.]

Releases unmanaged and - optionally - managed resources

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

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
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also