Dispose Method

Project Mercury API

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

Disposes any unmanaged resources being used by this instance.

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

Syntax

C#
public void Dispose()
Visual Basic (Declaration)
Public Sub Dispose
Visual C++
public:
virtual void Dispose() sealed

Implements

IDisposable..::.Dispose()()()

See Also