C# 클래스 CommandLine.OptionAttribute

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

Private Properties

프로퍼티 타입 설명
CreateOptionInfo OptionInfo

공개 메소드들

메소드 설명
OptionAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionAttribute class.

비공개 메소드들

메소드 설명
CreateOptionInfo ( ) : OptionInfo

메소드 상세

OptionAttribute() 공개 메소드

Initializes a new instance of the CommandLine.OptionAttribute class.
public OptionAttribute ( 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