ShellBrowser .Net Edition
IsDefault Method (command)
NamespacesJam.ShellShellCommandIsDefault(String)
Checks if the given command is the default shell command.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsDefault(
	string command
)
Public Shared Function IsDefault ( _
	command As String _
) As Boolean
public:
static bool IsDefault(
	String^ command
)
Parameters
command (String)
The command string to check.
Return Value
true if the given command is the default shell command;false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)