ShellCommandIsShellCommand Method |
Determines whether the specified type is a shell command type.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic static bool IsShellCommand(
Type type
)
Public Shared Function IsShellCommand (
type As Type
) As Boolean
Dim type As Type
Dim returnValue As Boolean
returnValue = ShellCommand.IsShellCommand(type)
public:
static bool IsShellCommand(
Type^ type
)
Parameters
- type
- Type: SystemType
The type to check.
Return Value
Type:
Boolean if the specified type is a shell command type; otherwise,
.
Exceptions
Remarks
See Also