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

Parameters

pCommand  ShellCommand
The command.

Return Value

String
The result of the operation.
See Also