ShellCommand Operators and Type Conversions |
The ShellCommand type exposes the following members.
Name | Description | |
---|---|---|
Equality | Equality operator. | |
(ShellCommand to ShellContextMenuCommand) |
Implicit cast that converts the given ShellCommand to a ShellContextMenuCommand.
| |
(ShellCommand to String) | Implicit cast that converts the given ShellCommand to a string. | |
(ShellContextMenuCommand to ShellCommand) |
Implicit cast that converts the given ShellContextMenuCommand to a ShellCommand.
| |
(String to ShellCommand) | Implicit cast that converts the given string representing a verb to a ShellCommand. | |
Inequality | Inequality operator. |