Click or drag to resize

ShellCommand  Conversion (String to ShellCommand)

Implicit cast that converts the given string representing a verb to a ShellCommand.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static implicit operator ShellCommand (
	string pVerb
)

Parameters

pVerb
Type: SystemString
The verb.

Return Value

Type: ShellCommand
The result of the operation.
See Also