PlugIn.LoadTime Property

PlugInLoadTime Property

Plug-ins are typically loaded on demand when they are first needed. You can change this behavior to load the plug-in at during different stages in time by overriding this property.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public virtual PlugInLoadTime LoadTime { get; }
Public Overridable ReadOnly Property LoadTime As PlugInLoadTime
	Get

Property Value

Type: PlugInLoadTime
See Also