ShellCommandAttribute Constructor (String) |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic ShellCommandAttribute(
string commandName
)
Public Sub New (
commandName As String
)
Dim commandName As String
Dim instance As New ShellCommandAttribute(commandName)
public:
ShellCommandAttribute(
String^ commandName
)
Parameters
- commandName
- Type: SystemString
The name of the command, which can be used to locate it using the GetShellCommand(Assembly, String) method.
See Also