C# 클래스 Crisis.CommandLine.OptionInfo

Represents the descriptive properties of a command line option.
상속: IDisposable
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OptionInfo ( UsageInfo usageInfo, Option option, OptionStyles optionStyle ) : System

Initializes a new instance of the OptionInfo class.

메소드 상세

Dispose() 공개 메소드

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

ToString() 공개 메소드

Returns a that represents the current .
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

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.
리턴 string