ShellCommand Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (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.
|