Click or drag to resize

HostUtilsRegisterStaticIDisposable Method

Statics do not get disposed of in .NET. If you have a static IDisposable that you want to be disposed during shutdown, add your disposable to this list.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static void RegisterStaticIDisposable(
	IDisposable disposable
)

Parameters

disposable
Type: SystemIDisposable

[Missing <param name="disposable"/> documentation for "M:Rhino.Runtime.HostUtils.RegisterStaticIDisposable(System.IDisposable)"]

See Also