Namespace: MbUnit.Framework.Xml
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public class XmlInput
Public Class XmlInput
public ref class XmlInput
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| XmlInput(Stream) | ||
| XmlInput(TextReader) | ||
| XmlInput(String) | ||
| XmlInput(XmlReader) | ||
| XmlInput(Stream, String) | ||
| XmlInput(TextReader, String) | ||
| XmlInput(String, String) | ||
| CreateXmlReader()()() | ||
| Equals(Object) | (Overrides Object..::.Equals(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.) | |
| GetHashCode()()() | (Overrides Object..::.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
See Also
MbUnit.Framework.Xml Namespace