Constructs an object with a global name, command flags, group name, localized ID name, and help topic.
Public Sub New( groupName As string, globalName As string, localizedNameId As string, flags As CommandFlags, helpTopic As string )
public CommandMethodAttribute( string groupName, string globalName, string localizedNameId, CommandFlags flags, string helpTopic );
Parameters |
Description |
string groupName |
Input command group name |
string globalName |
Input command global name |
string localizedNameId |
Input command localized name Id |
CommandFlags flags |
Input command flags |
string helpTopic |
Input help topic string |
Comments? |