C# Class NBToolkit.TKOptions

Inheritance: IOptions
Mostra file Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Public Properties

Property Type Description
OPT_ALPHA bool
OPT_DIM string
OPT_HELP bool
OPT_V bool
OPT_VV bool
OPT_WORLD string

Public Methods

Method Description
Parse ( string args ) : void
PrintUsage ( ) : void
SetDefaults ( ) : void
TKOptions ( ) : System
TKOptions ( string args ) : System

Method Details

Parse() public method

public Parse ( string args ) : void
args string
return void

PrintUsage() public method

public PrintUsage ( ) : void
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void

TKOptions() public method

public TKOptions ( ) : System
return System

TKOptions() public method

public TKOptions ( string args ) : System
args string
return System

Property Details

OPT_ALPHA public_oe property

public bool OPT_ALPHA
return bool

OPT_DIM public_oe property

public string OPT_DIM
return string

OPT_HELP public_oe property

public bool OPT_HELP
return bool

OPT_V public_oe property

public bool OPT_V
return bool

OPT_VV public_oe property

public bool OPT_VV
return bool

OPT_WORLD public_oe property

public string OPT_WORLD
return string