C# 클래스 Deveel.Configuration.Option

상속: IOption
파일 보기 프로젝트 열기: deveel/deveel-cli 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( IOption other ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
Option ( ) : System
Option ( string opt ) : System
Option ( string opt, bool hasArg ) : System
Option ( string opt, bool hasArg, string description ) : System
Option ( string opt, string description ) : System
Option ( string opt, string longOpt, bool hasArg, string description ) : System
Option ( string opt, string longOpt, string description ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( IOption other ) : bool
other IOption
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Option() 공개 메소드

public Option ( ) : System
리턴 System

Option() 공개 메소드

public Option ( string opt ) : System
opt string
리턴 System

Option() 공개 메소드

public Option ( string opt, bool hasArg ) : System
opt string
hasArg bool
리턴 System

Option() 공개 메소드

public Option ( string opt, bool hasArg, string description ) : System
opt string
hasArg bool
description string
리턴 System

Option() 공개 메소드

public Option ( string opt, string description ) : System
opt string
description string
리턴 System

Option() 공개 메소드

public Option ( string opt, string longOpt, bool hasArg, string description ) : System
opt string
longOpt string
hasArg bool
description string
리턴 System

Option() 공개 메소드

public Option ( string opt, string longOpt, string description ) : System
opt string
longOpt string
description string
리턴 System