C# Class ZanoFineTuning.Core.Cfg

Afficher le fichier Open project: torquing/ZanoFineTuning

Méthodes publiques

Méthode Description
GetDouble ( String name, double defaultValue ) : double
GetInt ( String name, int defaultValue ) : int
ReadConfigFile ( ) : bool

Method Details

GetDouble() public static méthode

public static GetDouble ( String name, double defaultValue ) : double
name String
defaultValue double
Résultat double

GetInt() public static méthode

public static GetInt ( String name, int defaultValue ) : int
name String
defaultValue int
Résultat int

ReadConfigFile() public static méthode

public static ReadConfigFile ( ) : bool
Résultat bool