Click or drag to resize

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; }

Property Value

Type: PlugInLoadTime
See Also