CommandMenuItem
Description:
Initialize the item data.
Initialize the item data.
public CommandMenuItem(
string name,
string className,
string assemblyName
)
-
StringnameThe name will show on menu.
-
StringclassNameThe class name which implements IExternalCommand interface.
-
StringassemblyNameThe 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