C# Class ZanoFineTuning.Core.Cfg

Mostra file Open project: torquing/ZanoFineTuning

Public Methods

Method Description
GetDouble ( String name, double defaultValue ) : double
GetInt ( String name, int defaultValue ) : int
ReadConfigFile ( ) : bool

Method Details

GetDouble() public static method

public static GetDouble ( String name, double defaultValue ) : double
name String
defaultValue double
return double

GetInt() public static method

public static GetInt ( String name, int defaultValue ) : int
name String
defaultValue int
return int

ReadConfigFile() public static method

public static ReadConfigFile ( ) : bool
return bool