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

CreateCommands method

Class:  Rhino.Runtime.HostUtils

Nothing found