HostUtils.CreateCommands Method (IntPtr, Assembly)

HostUtilsCreateCommands Method (IntPtr, Assembly)

Parses a plugin and create all the commands defined therein.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static int CreateCommands(
	IntPtr pPlugIn,
	Assembly pluginAssembly
)
Public Shared Function CreateCommands ( 
	pPlugIn As IntPtr,
	pluginAssembly As Assembly
) As Integer

Parameters

pPlugIn
Type: SystemIntPtr
Plugin to harvest for commands.
pluginAssembly
Type: System.ReflectionAssembly
Assembly associated with the plugin.

Return Value

Type: Int32
The number of newly created commands.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also