Click or drag to resize

ShellCommand Constructor (ShellContextMenuCommand)

Constructor that creates an instance from a verb.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public ShellCommand(
	ShellContextMenuCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellContextMenuCommand
The command.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when an invalid ShellContextMenuCommand is passed.
See Also