Custom XML configuration framework for MPfm.

C# | Visual Basic |
public class MPfmConfiguration
Public Class MPfmConfiguration

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MPfmConfiguration(String) |
Default constructor for the MPfmConfiguration class.
Requires the file path to the configuration file.
|
![]() | Audio |
Audio configuration section.
|
![]() | Clear()()()() |
Clears the configuration and sets default values.
|
![]() | Controls |
Controls configuration section.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | General |
General configuration section (key/value pairs)
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKeyValue(String) |
Returns the value of a key in the General configuration section.
|
![]() | GetKeyValueGeneric<(Of <<'(T>)>>)(String) |
Returns the value of a key in the General configuration section.
|
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load()()()() |
Loads the MPfm configuration from an XML file.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RefreshXML()()()() |
Refeshes the XML document from the configuration values.
|
![]() | Save()()()() |
Saves configuration to file.
|
![]() | Save(String) |
Saves configuration to file to a specific location.
|
![]() | SetKeyValue<(Of <<'(T>)>>)(String, T) |
Sets the value of a key in the General configuration section.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Windows |
Windows configuration section.
|

Object | |
![]() | MPfmConfiguration |