Search
XmlLoader.Load Method
See Also
 





Loads the component hierarchy from the specified XML and returns the root of this hierarchy.

 Overload List

Name Description

XmlLoader.Load (Stream)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.Load (Stream, Object)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.Load (Stream, Object, ITypeResolver)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.Load (String)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

XmlLoader.Load (String, Object)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

XmlLoader.Load (String, Object, ITypeResolver)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

XmlLoader.Load (XmlDocument)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

XmlLoader.Load (XmlDocument, Object)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

XmlLoader.Load (XmlDocument, Object, ITypeResolver)

Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

 See Also