C# 클래스 CommandLine.HelpOptionAttribute

상속: BaseOptionAttribute
파일 보기 프로젝트 열기: ErikEJ/SqlQueryStress 1 사용 예제들

공개 메소드들

메소드 설명
HelpOptionAttribute ( ) : System

Initializes a new instance of the CommandLine.HelpOptionAttribute class.

HelpOptionAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.HelpOptionAttribute class. Allows you to define short and long option names.

비공개 메소드들

메소드 설명
CheckMethodSignature ( MethodInfo value ) : bool
InvokeMethod ( object target, HelpOptionAttribute>.Pair pair, string &text ) : void

메소드 상세

HelpOptionAttribute() 공개 메소드

Initializes a new instance of the CommandLine.HelpOptionAttribute class.
public HelpOptionAttribute ( ) : System
리턴 System

HelpOptionAttribute() 공개 메소드

Initializes a new instance of the CommandLine.HelpOptionAttribute class. Allows you to define short and long option names.
public HelpOptionAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
리턴 System