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