Method | Description | |
---|---|---|
CommandSyntaxAttribute ( string syntax ) : System |
Initializes a new instance of the CommandSyntaxAttribute class.
|
|
GetFullPath ( ) : string |
Gets the full path pointing to the file name indicated by this attribute. The System.String returned by this method is calculated by combining the CommandSyntaxAttribute.DefaultPath property and the SyntaxAttribute.Syntax property. |
public CommandSyntaxAttribute ( string syntax ) : System | ||
syntax | string | The syntax of the command. |
return | System |