Click or drag to resize

XmlHelp Class

Provides methods to facilitate creating and consuming XML documents.
Inheritance Hierarchy
SystemObject
  InnerDrive.CoreXmlHelp

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static class XmlHelp

The XmlHelp type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddAttribute Adds an XmlAttribute to the parent node.
Public methodStatic memberAddElement Adds an XmlNode to the parent node.
Public methodStatic memberAddEnvironment Adds environment information to an XmlNode.
Top
Fields
 NameDescription
Public fieldStatic memberEnvironmentNodeNameGets the name of the node containing the environment information.
Public fieldStatic memberMacAddressAttributeNameGets the name of the attribute containing the MAC address.
Public fieldStatic memberMachineAttributeNameGets the name of the attribute containing the machine name.
Public fieldStatic memberOSAttributeNameGets the name of the attribute containing the operating system ID.
Public fieldStatic memberTimestampAttributeNameGets the name of the attribute containing the time the XmlDocument was created.
Public fieldStatic memberUserAttributeNameGets the name of the attribute containing the user name.
Public fieldStatic memberVersionAttributeNameGets the name of the attribute containing the machine name.
Top
See Also