ShellCommandGetShellCommandDescription Method |
Gets the description of the specified shell command.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic static string GetShellCommandDescription(
Type commandType
)
Public Shared Function GetShellCommandDescription (
commandType As Type
) As String
Dim commandType As Type
Dim returnValue As String
returnValue = ShellCommand.GetShellCommandDescription(commandType)
public:
static String^ GetShellCommandDescription(
Type^ commandType
)
Parameters
- commandType
- Type: SystemType
The Type of the shell command.
Return Value
Type:
StringThe shell command's description, or
if it doesn't specify one.
Exceptions
Remarks
See Also