Click or drag to resize

ShellCommandIsExplore Method

Checks if the given command is the 'explore' shell command.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static bool IsExplore(
	ShellCommand command
)

Parameters

command
Type: Jam.ShellShellCommand
The command to check.

Return Value

Type: Boolean
true if the given command is the 'explore' shell command;false otherwise
See Also