BadScript 2
Loading...
Searching...
No Matches
CommandLine.Text.UsageAttribute Class Referencesealed

Applied to a static property that yields a sequence of CommandLine.Text.Example, provides data to render usage section of help screen. More...

Inheritance diagram for CommandLine.Text.UsageAttribute:

Properties

string ApplicationAlias [get, set]
 Application name, script or any means that starts current program.
 

Detailed Description

Applied to a static property that yields a sequence of CommandLine.Text.Example, provides data to render usage section of help screen.

Definition at line 12 of file UsageAttribute.cs.

Property Documentation

◆ ApplicationAlias

string CommandLine.Text.UsageAttribute.ApplicationAlias
getset

Application name, script or any means that starts current program.

Definition at line 17 of file UsageAttribute.cs.

17{ get; set; }

The documentation for this class was generated from the following file: