Click or drag to resize

ShellCommand Operators and Type Conversions

The ShellCommand type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(ShellCommand, ShellCommand)Equality operator.
Public operatorStatic member(ShellCommand to ShellContextMenuCommand) Implicit cast that converts the given ShellCommand to a ShellContextMenuCommand.
Public operatorStatic member(ShellCommand to String)Implicit cast that converts the given ShellCommand to a string.
Public operatorStatic member(ShellContextMenuCommand to ShellCommand) Implicit cast that converts the given ShellContextMenuCommand to a ShellCommand.
Public operatorStatic member(String to ShellCommand)Implicit cast that converts the given string representing a verb to a ShellCommand.
Public operatorStatic memberInequality(ShellCommand, ShellCommand)Inequality operator.
Top
See Also