Skin.OnBeginLoadAtStartPlugIns Method

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
)
Protected Overridable Sub OnBeginLoadAtStartPlugIns ( 
	expectedCount As Integer
)

Parameters

expectedCount
Type: SystemInt32
The complete amount of plug-ins.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also