|
string | GetConfigXml () |
| Returns a serialized XML representation of the configuration.
|
void | SaveConfigXmlFile (string FileName=null) |
| Serializes the configuration to a XML file.
|
|
static Config | GetConfigFromXmlFile (string FileName=null) |
| Instantiates a config object from a cabinet configuration in a XML file.
|
static Config | GetConfigFromXml (string ConfigXml) |
| Instantiates a Cabinet object from a cabinet configuration in a XML string.
|
◆ GetConfigFromXml()
Config PinballX.Config.GetConfigFromXml |
( |
string | ConfigXml | ) |
|
|
static |
Instantiates a Cabinet object from a cabinet configuration in a XML string.
- Parameters
-
- Returns
- Cabinet object
◆ GetConfigFromXmlFile()
Config PinballX.Config.GetConfigFromXmlFile |
( |
string | FileName = null | ) |
|
|
static |
Instantiates 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
◆ GetConfigXml()
string PinballX.Config.GetConfigXml |
( |
| ) |
|
Returns a serialized XML representation of the configuration.
- Returns
- XMLString
◆ SaveConfigXmlFile()
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. |
◆ ConfigFileName
string PinballX.Config.ConfigFileName |
|
staticget |
◆ EnableLogging
bool PinballX.Config.EnableLogging |
|
getset |
The documentation for this class was generated from the following file:
- D:/a/DirectOutput/DirectOutput/DirectOutput PinballX Plugin/Config.cs