Property | Type | Description | |
---|---|---|---|
ReadConfiguration | void | ||
ReadDirectoryList | void | ||
ReadLibraryDirectory | void | ||
ReadLoadedExtensions | void | ||
ReadLoggingSettings | void | ||
WriteDirectoryList | void | ||
WriteLoadedExtensions | void | ||
WriteLoggingSettings | void |
Method | Description | |
---|---|---|
GetSchema ( ) : |
||
ReadXml ( |
Reads the complete instance from an XmlReader.
|
|
Settings ( ) : System |
Initializes a new instance of the Settings class.
|
|
WriteXml ( |
Serializes the Settings to xml.
|
Method | Description | |
---|---|---|
ReadConfiguration ( |
Reads the configuration form an XmlReader.
|
|
ReadDirectoryList ( |
Reads a list of directorys.
|
|
ReadLibraryDirectory ( |
Read the configuread library directory.
|
|
ReadLoadedExtensions ( |
Reads the list of loaded extensions.
|
|
ReadLoggingSettings ( |
Reads the logging settings.
|
|
WriteDirectoryList ( |
||
WriteLoadedExtensions ( |
||
WriteLoggingSettings ( |
Writes the logging settings to the XmlWriter.
|
public ReadXml ( |
||
reader | The reader to read from. | |
return | void |
public WriteXml ( |
||
writer | The writer to write the settings to. | |
return | void |