RhinoCommon API
CurveDispose Method (Boolean) |
For derived class implementers.
This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method.
You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true.
Also, you must call the base virtual method within your overriding method.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

protected override void Dispose( bool disposing )
Protected Overrides Sub Dispose ( disposing As Boolean )
Parameters
- disposing
- Type: SystemBoolean
true if the call comes from the Dispose() method; false if it comes from the Garbage Collector finalizer.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14