|
![]() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Protected Overrides Sub Finalize |
C# |
---|
protected override void Finalize() |
Visual C++ |
---|
protected: virtual void Finalize() override |