Click or drag to resize

ShellCommandAttribute Constructor (String)

Initializes a new instance of the ShellCommandAttribute class using the specified command name.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
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