ShellCommand Class |
Namespace: Jam.Shell
The ShellCommand type exposes the following members.
Name | Description | |
---|---|---|
ShellCommand(ShellContextMenuCommand) | Constructor that creates an instance from a verb. | |
ShellCommand(String) | Constructor that creates an instance from a verb. |
Name | Description | |
---|---|---|
Caption | Gets the caption of the menu item. | |
Command | Gets the command. | |
CommandId | Gets the Command Id. | |
Verb | Gets the verb. |
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
IsCopy | Checks if the given command is the 'copy' shell command. | |
IsCut | Checks if the given command is the 'cut' shell command. | |
IsDefault | Checks if the given command is the default shell command. | |
IsDelete | Checks if the given command is the 'delete' shell command. | |
IsEmpty | Checks if the given command is the default shell command. | |
IsEmptyBitBucket | Checks if the given command is the 'empty' shell command. | |
IsExplore | Checks if the given command is the 'explore' shell command. | |
IsLink | Checks if the given command is the 'link' shell command. | |
IsOpen | Checks if the given command is the 'open' shell command. | |
IsPaste | Checks if the given command is the 'paste' shell command. | |
IsPinToHome | Checks if the given command is the 'PinToHome' shell command. | |
IsProperties | Checks if the given command is the 'properties' shell command. | |
IsRename | Checks if the given command is the 'rename' shell command. | |
IsRunAs | Checks if the given command is the 'runas' shell command. | |
IsUndelete | Checks if the given command is the 'undelete' shell command. | |
IsUnpinFromHome | Checks if the given command is the 'UnpinFromHome' shell command. | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
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. |
Name | Description | |
---|---|---|
Copy | This is a constant string that represents the 'copy' shell command | |
Cut | This is a constant string that represents the 'cut' shell command | |
Default | This is a constant string that represents the default shell command | |
Delete | This is a constant string that represents the 'delete' shell command | |
EmptyBitBucket | This is a constant string that represents the 'empty' shell command | |
EmptyCommand | An empty command. | |
Explore | This is a constant string that represents the 'explore' shell command | |
GoUp | This is a constant string that represents the 'Go up' command that can be used in ShellBrowser. | |
Link | This is a constant string that represents the 'Link' shell command. | |
Open | This is a constant string that represents the 'open' shell command | |
OpenWith | This is a constant string that represents the 'openas' shell command | |
Paste | This is a constant string that represents the 'paste' shell command | |
PinToHome | This is a constant string that represents the 'Pin to home' shell command in Windows 10 and later. | |
Properties | This is a constant string that represents the 'properties' shell command | |
Rename | This is a constant string that represents the 'rename' shell command | |
RunAs | This is a constant string that represents the 'runas' shell command | |
Undelete | This is a constant string that represents the 'undelete' shell command | |
UnpinFromHome | This is a constant string that represents the 'Unpin from home' shell command in Windows 10 and later. |