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