C# 클래스 Topshelf.CommandLineParser.SwitchElement

상속: ISwitchElement
파일 보기 프로젝트 열기: phatboyg/Topshelf 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( SwitchElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
New ( char key ) : ICommandLineElement
New ( char key, bool value ) : ICommandLineElement
New ( string key ) : ICommandLineElement
SwitchElement ( char key )
SwitchElement ( string key )
SwitchElement ( string key, bool value )
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

New() 공개 정적인 메소드

public static New ( char key ) : ICommandLineElement
key char
리턴 ICommandLineElement

New() 공개 정적인 메소드

public static New ( char key, bool value ) : ICommandLineElement
key char
value bool
리턴 ICommandLineElement

New() 공개 정적인 메소드

public static New ( string key ) : ICommandLineElement
key string
리턴 ICommandLineElement

SwitchElement() 공개 메소드

public SwitchElement ( char key )
key char

SwitchElement() 공개 메소드

public SwitchElement ( string key )
key string

SwitchElement() 공개 메소드

public SwitchElement ( string key, bool value )
key string
value bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string