ShellCommand(String) Constructor |
Constructor that creates an instance from a verb.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellCommand(
string pVerb
)
Public Sub New (
pVerb As String
)
public:
ShellCommand(
String^ pVerb
)
new :
pVerb : string -> ShellCommandParameters
- pVerb String
- The verb.
Exceptions
See Also