This class provides methods to determine whether a command is a default shell command
the default ShellCommands
| C# | Visual Basic | Visual C++ |
public static class ShellCommand
Public NotInheritable Class ShellCommand
public ref class ShellCommand abstract sealed
| All Members | Methods | Fields | |||
| Icon | Member | 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 | |
| Explore | This is a constant string that represents the 'explore' shell command | |
| IsCopy(String) | Checks if the given command is the 'copy' shell command. | |
| IsCut(String) | Checks if the given command is the 'cut' shell command. | |
| IsDefault(String) | Checks if the given command is the default shell command. | |
| IsDelete(String) | Checks if the given command is the 'delete' shell command. | |
| IsEmptyBitBucket(String) | Checks if the given command is the 'empty' shell command. | |
| IsExplore(String) | Checks if the given command is the 'explore' shell command. | |
| IsOpen(String) | Checks if the given command is the 'open' shell command. | |
| IsPaste(String) | Checks if the given command is the 'paste' shell command. | |
| IsProperties(String) | Checks if the given command is the 'properties' shell command. | |
| IsRename(String) | Checks if the given command is the 'rename' shell command. | |
| IsRunAs(String) | Checks if the given command is the 'runas' shell command. | |
| IsUndelete(String) | Checks if the given command is the 'undelete' shell command. | |
| Open | This is a constant string that represents the 'open' shell command | |
| Paste | This is a constant string that represents the 'paste' shell command | |
| 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 |
| Object | |
| ShellCommand | |