Click or drag to resize

ShellCommandIsRunAs Method

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

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

Parameters

command
Type: Jam.ShellShellCommand
The command to check.

Return Value

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