menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Parses a plugin and create all the commands defined therein.
Syntax:
public static
void
CreateCommands(
PlugIn
plugin
)
Parameters:
plugin
Type:
PlugIn
Plugin to harvest for commands.
Returns:
Type:
void
Available since:
5.0
Description:
Parses a plugin and create all the commands defined therein.
Syntax:
public static
int
CreateCommands(
IntPtr
pPlugIn
,
Assembly
pluginAssembly
)
Parameters:
pPlugIn
Type:
System.IntPtr
Plugin to harvest for commands.
pluginAssembly
Type:
System.Reflection.Assembly
Assembly associated with the plugin.
Returns:
Type:
int
The number of newly created commands.
Available since:
5.0
home
/
Rhino.Runtime
/
HostUtils
/
CreateCommands
CreateCommands method
Class:
Rhino.Runtime.HostUtils
Nothing found