Click or drag to resize

ShellCommand Methods

The ShellCommand type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodStatic memberIsCopy
Checks if the given command is the 'copy' shell command.
Public methodStatic memberIsCut
Checks if the given command is the 'cut' shell command.
Public methodStatic memberIsDefault
Checks if the given command is the default shell command.
Public methodStatic memberIsDelete
Checks if the given command is the 'delete' shell command.
Public methodStatic memberIsEmpty
Checks if the given command is the default shell command.
Public methodStatic memberIsEmptyBitBucket
Checks if the given command is the 'empty' shell command.
Public methodStatic memberIsExplore
Checks if the given command is the 'explore' shell command.
Public methodStatic memberIsLink
Checks if the given command is the 'link' shell command.
Public methodStatic memberIsOpen
Checks if the given command is the 'open' shell command.
Public methodStatic memberIsPaste
Checks if the given command is the 'paste' shell command.
Public methodStatic memberIsPinToHome
Checks if the given command is the 'PinToHome' shell command.
Public methodStatic memberIsProperties
Checks if the given command is the 'properties' shell command.
Public methodStatic memberIsRename
Checks if the given command is the 'rename' shell command.
Public methodStatic memberIsRunAs
Checks if the given command is the 'runas' shell command.
Public methodStatic memberIsUndelete
Checks if the given command is the 'undelete' shell command.
Public methodStatic memberIsUnpinFromHome
Checks if the given command is the 'UnpinFromHome' shell command.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also