MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
MPfmConfiguration Class
NamespacesMPfmMPfmConfiguration
Custom XML configuration framework for MPfm.
Declaration Syntax
C#Visual Basic
public class MPfmConfiguration
Public Class MPfmConfiguration
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Windows
Windows configuration section.

Inheritance Hierarchy
Object
MPfmConfiguration

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)