XamlReader Methods
.NET Framework 4
The XamlReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
CancelAsync | Aborts the current asynchronous load operation, if there is an asynchronous load operation pending. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetWpfSchemaContext | Returns a XamlSchemaContext object that represents the WPF schema context settings for a XamlReader. |
|
Load(Stream) | Reads the XAML input in the specified Stream and returns an Object that is the root of the corresponding object tree. |
|
Load(XamlReader) | Reads the XAML input through a provided XamlReader and returns an object that is the root of the corresponding object tree. |
|
Load(XmlReader) | Reads the XAML input in the specified XmlReader and returns an object that is the root of the corresponding object tree. |
|
Load(Stream, ParserContext) | Reads the XAML input in the specified Stream and returns an object that is the root of the corresponding object tree. |
|
LoadAsync(Stream) | Reads the XAML input in the specified Stream and returns the root of the corresponding object tree. |
|
LoadAsync(XmlReader) | Reads the XAML input in the specified XmlReader and returns the root of the corresponding object tree. |
|
LoadAsync(Stream, ParserContext) | Reads the XAML input in the specified Stream and returns the root of the corresponding object tree. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse(String) | Reads the XAML input in the specified text string and returns an object that corresponds to the root of the specified markup. |
|
Parse(String, ParserContext) | Reads the XAML markup in the specified text string (using a specified ParserContext) and returns an object that corresponds to the root of the specified markup. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |