Finalize Method

Project Mercury API

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

Releases unmanaged resources and performs other cleanup operations before the Renderer is reclaimed by garbage collection.

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

Syntax

C#
protected override void Finalize()
Visual Basic (Declaration)
Protected Overrides Sub Finalize
Visual C++
protected:
virtual void Finalize() override

See Also