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.1
Syntax public static implicit operator ShellCommand (
string pVerb
)
Public Shared Widening Operator CType (
pVerb As String
) As ShellCommand
static implicit operator ShellCommand^ (
String^ pVerb
)
F# does not support the declaration of new casting operators.
Parameters
- pVerb
- Type: SystemString
The verb.
Return Value
Type:
ShellCommandThe result of the operation.
See Also