C# 클래스 Crisis.CommandLine.OptionGroupInfo

Represents the descriptive properties of an option group.
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

공개 메소드들

메소드 설명
GetOption ( string optionName ) : OptionInfo

Gets the option with the specified name from this group.

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

Retrieves a formatted string describing this option group and its options, suitable for displaying to the user as a help message.

비공개 메소드들

메소드 설명
OptionGroupInfo ( UsageInfo usageInfo, OptionGroup optionGroup, OptionStyles optionStyles ) : System

Initializes a new instance of the OptionGroupInfo class.

메소드 상세

GetOption() 공개 메소드

Gets the option with the specified name from this group.
public GetOption ( string optionName ) : OptionInfo
optionName string Name of the option.
리턴 OptionInfo

ToString() 공개 메소드

Retrieves a formatted string describing this option group and its options, suitable for displaying to the user as a help message.
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