ShellCommandIsEmptyBitBucket Method |
Checks if the given command is the 'empty' shell command.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsEmptyBitBucket(
ShellCommand command
)
Public Shared Function IsEmptyBitBucket (
command As ShellCommand
) As Boolean
public:
static bool IsEmptyBitBucket(
ShellCommand^ command
)
static member IsEmptyBitBucket :
command : ShellCommand -> bool Parameters
- command ShellCommand
- The command to check.
Return Value
Booleantrue if the given command is the 'empty' shell command;
false otherwise
See Also