ShellCommand Conversion Operators |
Name | Description | |
---|---|---|
(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. |