Click or drag to resize

Win32ShellContextMenuProviderExecuteCommand Method (ShellCommand)

Executes the command operation on the SourceItems .

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void ExecuteCommand(
	ShellCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellCommand
The command.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if there are no source items
ArgumentExceptionThrown if one of the source items isn't valid or doesn't support the operation requested.
Win32ExceptionMight be thrown if creating the context menu didn't succeed or for errors happening during invoking the command.
See Also