Click or drag to resize

ShellCommand Constructor (String)

Constructor that creates an instance from a verb.

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

Parameters

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