Definition at line 13 of file Config.cs.
static Config PinballX.Config.GetConfigFromXml |
( |
string |
ConfigXml | ) |
|
|
static |
Instanciates a Cabinet object from a cabinet configuration in a XML string.
- Parameters
-
- Returns
- Cabinet object
Definition at line 119 of file Config.cs.
static Config PinballX.Config.GetConfigFromXmlFile |
( |
string |
FileName = null | ) |
|
|
static |
Instanciates a config object from a cabinet configuration in a XML file.
- Parameters
-
FileName | Name of the XML file or null to use the default config filename. |
- Returns
- Config object
Definition at line 92 of file Config.cs.
string PinballX.Config.GetConfigXml |
( |
| ) |
|
Returns a serialized XML representation of the configuration.
- Returns
- XMLString
Definition at line 38 of file Config.cs.
void PinballX.Config.SaveConfigXmlFile |
( |
string |
FileName = null | ) |
|
Serializes the configuration to a XML file.
- Parameters
-
FileName | Name of the XML file or null to use the default config filename. |
Definition at line 60 of file Config.cs.
string PinballX.Config.ConfigFileName |
|
staticget |
bool PinballX.Config.EnableLogging |
|
getset |
The documentation for this class was generated from the following file:
- C:/Users/tom/Documents/Github/DirectOutput/DirectOutput PinballX Plugin/Config.cs