ShellCommand Constructor (String) |
Constructor that creates an instance from a verb.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellCommand(
string pVerb
)
Public Sub New (
pVerb As String
)
public:
ShellCommand(
String^ pVerb
)
new :
pVerb : string -> ShellCommand
Parameters
- pVerb
- Type: SystemString
The verb.
Exceptions See Also