ShellCommandGetShellCommandName Method |
Gets the name of the specified shell command.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic static string GetShellCommandName(
Type commandType
)
Public Shared Function GetShellCommandName (
commandType As Type
) As String
Dim commandType As Type
Dim returnValue As String
returnValue = ShellCommand.GetShellCommandName(commandType)
public:
static String^ GetShellCommandName(
Type^ commandType
)
Parameters
- commandType
- Type: SystemType
The Type of the shell command.
Return Value
Type:
StringThe shell command's name.
Exceptions
Remarks
See Also