Various function to write XML data.
            
    Namespace: 
   MonoOBSFrameworkAssembly: MonoOBSFramework (in MonoOBSFramework.dll)
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public static class WriteXml
Public NotInheritable Class WriteXml
public ref class WriteXml abstract sealed
 Members
Members
| All Members | Methods  | 
|  Public  Protected |  Instance  Static  |  Declared  Inherited |  XNA Framework Only   .NET Compact Framework Only  | 
| Member | Description | |
|---|---|---|
|   | AppendChild(String, Boolean, String, String, String, Dictionary<(Of <(String, String>)>)) | 
            Append a child node to the given parent node.
             | 
|   | NodeExist(String, String, String, Boolean) | 
            Check if a node exist before write data and give the possibility to create it
             | 
|   | RemoveNode(String, String, String, Dictionary<(Of <(String, String>)>)) | 
            Remove an existing node.
             | 


























