C# Class Crisis.CommandLine.OptionInfo

Represents the descriptive properties of a command line option.
Inheritance: IDisposable
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ToString ( ) : string

Returns a that represents the current .

ToString ( int indent, int nameColumnWidth, int descriptionColumnWidth ) : string

Returns a formatted string describing this option and its aliases.

Private Methods

Méthode Description
OptionInfo ( UsageInfo usageInfo, Option option, OptionStyles optionStyle ) : System

Initializes a new instance of the OptionInfo class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a formatted string describing this option and its aliases.
public ToString ( int indent, int nameColumnWidth, int descriptionColumnWidth ) : string
indent int The indentation to use.
nameColumnWidth int Width of the name column.
descriptionColumnWidth int Width of the description column.
Résultat string