Click or drag to resize

SkinOnBeginLoadAtStartPlugIns Method

Is called when the first plug-in that loads at start-up is going to be loaded.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnBeginLoadAtStartPlugIns(
	int expectedCount
)

Parameters

expectedCount
Type: SystemInt32
The complete amount of plug-ins.
See Also