CommandLineParseOption Class

Definition

Represents a command line parsed option.

public sealed class CommandLineParseOption
type CommandLineParseOption = class
Public NotInheritable Class CommandLineParseOption
Inheritance
CommandLineParseOption

Constructors

Name Description
CommandLineParseOption(String, String[])

Represents a command line parsed option.

Properties

Name Description
Arguments

Gets the arguments of the option.

Name

Gets the name of the option.

Applies to