Click or drag to resize

ShellCommand(String) Constructor

Constructor that creates an instance from a verb.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public ShellCommand(
	string pVerb
)

Parameters

pVerb  String
The verb.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when no or an empty verb is passed.
See Also