CommonObject.Finalize Method

CommonObjectFinalize Method

Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected override void Finalize()
Protected Overrides Sub Finalize

Implements

ObjectFinalize
See Also