C# Class NBToolkit.TKOptions

Inheritance: IOptions
Afficher le fichier Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
OPT_ALPHA bool
OPT_DIM string
OPT_HELP bool
OPT_V bool
OPT_VV bool
OPT_WORLD string

Méthodes publiques

Méthode Description
Parse ( string args ) : void
PrintUsage ( ) : void
SetDefaults ( ) : void
TKOptions ( ) : System
TKOptions ( string args ) : System

Method Details

Parse() public méthode

public Parse ( string args ) : void
args string
Résultat void

PrintUsage() public méthode

public PrintUsage ( ) : void
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

TKOptions() public méthode

public TKOptions ( ) : System
Résultat System

TKOptions() public méthode

public TKOptions ( string args ) : System
args string
Résultat System

Property Details

OPT_ALPHA public_oe property

public bool OPT_ALPHA
Résultat bool

OPT_DIM public_oe property

public string OPT_DIM
Résultat string

OPT_HELP public_oe property

public bool OPT_HELP
Résultat bool

OPT_V public_oe property

public bool OPT_V
Résultat bool

OPT_VV public_oe property

public bool OPT_VV
Résultat bool

OPT_WORLD public_oe property

public string OPT_WORLD
Résultat string