Shell |
The ShellCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to the current
Object.
(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) |