Various function to write XML data.

Namespace:  MonoOBSFramework
Assembly:  MonoOBSFramework (in MonoOBSFramework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class WriteXml
Public NotInheritable Class WriteXml
public ref class WriteXml abstract sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.

Inheritance Hierarchy

System..::.Object
  MonoOBSFramework..::.WriteXml

See Also