2027 Constructor
Changes 5
C

CommandMenuItem

Description:
Initialize the item data.
public CommandMenuItem(
	string name,
	string className,
	string assemblyName
)
  • String
    name
    The name will show on menu.
  • String
    className
    The class name which implements IExternalCommand interface.
  • String
    assemblyName
    The path of the assembly which contains the corresponding external command.
  • name is an empty string or contains only whitespace. -or- className is an empty string or contains only whitespace. -or- assemblyName is an empty string or contains only whitespace.
  • A non-optional argument was null