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 methodGetHashCodeServes as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodStatic memberIsCopyChecks if the given command is the 'copy' shell command.
Public methodStatic memberIsCutChecks if the given command is the 'cut' shell command.
Public methodStatic memberIsDefaultChecks if the given command is the default shell command.
Public methodStatic memberIsDeleteChecks if the given command is the 'delete' shell command.
Public methodStatic memberIsEmptyChecks if the given command is the default shell command.
Public methodStatic memberIsEmptyBitBucketChecks if the given command is the 'empty' shell command.
Public methodStatic memberIsExploreChecks if the given command is the 'explore' shell command.
Public methodStatic memberIsLinkChecks if the given command is the 'link' shell command.
Public methodStatic memberIsOpenChecks if the given command is the 'open' shell command.
Public methodStatic memberIsPasteChecks if the given command is the 'paste' shell command.
Public methodStatic memberIsPinToHomeChecks if the given command is the 'PinToHome' shell command.
Public methodStatic memberIsPropertiesChecks if the given command is the 'properties' shell command.
Public methodStatic memberIsRenameChecks if the given command is the 'rename' shell command.
Public methodStatic memberIsRunAsChecks if the given command is the 'runas' shell command.
Public methodStatic memberIsUndeleteChecks if the given command is the 'undelete' shell command.
Public methodStatic memberIsUnpinFromHomeChecks if the given command is the 'UnpinFromHome' shell command.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also