C# 클래스 NBToolkit.TKOptions

상속: IOptions
파일 보기 프로젝트 열기: minecraft-dotnet/NBToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OPT_ALPHA bool
OPT_DIM string
OPT_HELP bool
OPT_V bool
OPT_VV bool
OPT_WORLD string

공개 메소드들

메소드 설명
Parse ( string args ) : void
PrintUsage ( ) : void
SetDefaults ( ) : void
TKOptions ( ) : System
TKOptions ( string args ) : System

메소드 상세

Parse() 공개 메소드

public Parse ( string args ) : void
args string
리턴 void

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

TKOptions() 공개 메소드

public TKOptions ( ) : System
리턴 System

TKOptions() 공개 메소드

public TKOptions ( string args ) : System
args string
리턴 System

프로퍼티 상세

OPT_ALPHA 공개적으로 프로퍼티

public bool OPT_ALPHA
리턴 bool

OPT_DIM 공개적으로 프로퍼티

public string OPT_DIM
리턴 string

OPT_HELP 공개적으로 프로퍼티

public bool OPT_HELP
리턴 bool

OPT_V 공개적으로 프로퍼티

public bool OPT_V
리턴 bool

OPT_VV 공개적으로 프로퍼티

public bool OPT_VV
리턴 bool

OPT_WORLD 공개적으로 프로퍼티

public string OPT_WORLD
리턴 string