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.2
Syntax
public static implicit operator ShellCommand (
	string pVerb
)

Parameters

pVerb  String
The verb.

Return Value

ShellCommand
The result of the operation.
See Also