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)
Syntaxprotected virtual void OnBeginLoadAtStartPlugIns(
int expectedCount
)
Protected Overridable Sub OnBeginLoadAtStartPlugIns (
expectedCount As Integer
)
Parameters
- expectedCount
- Type: SystemInt32
The complete amount of plug-ins.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also