ShellCommand Conversion (String to ShellCommand) |
Implicit cast that converts the given string representing a verb to a ShellCommand.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- The verb.
Return Value
ShellCommandThe result of the operation.
See Also