Click or drag to resize

ShellCommand  Conversion (ShellCommand to String)

Implicit cast that converts the given ShellCommand to a string.

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

Parameters

pCommand
Type: Jam.ShellShellCommand
The command.

Return Value

Type: String
The result of the operation.
See Also