This documentation is archived and is not being maintained.
XamlBackgroundReader Class
Visual Studio 2010
Implements a double-buffered XamlReader that can split reading and writing to different threads.
Assembly: System.Xaml (in System.Xaml.dll)
The XamlBackgroundReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlBackgroundReader | Initializes a new instance of the XamlBackgroundReader class. |
| Name | Description | |
|---|---|---|
![]() | HasLineInfo | Gets a value that specifies whether line information is available. |
![]() | IsDisposed | Gets whether Dispose has been called. (Inherited from XamlReader.) |
![]() | IsEof | Gets a value that reports whether the reader position is at end-of-file. (Overrides XamlReader::IsEof.) |
![]() | LineNumber | Gets the line number to report. |
![]() | LinePosition | Gets the line position to report. |
![]() | Member | Gets the current member at the reader position, if the reader position is on a StartMember. (Overrides XamlReader::Member.) |
![]() | Namespace | Gets the XAML namespace from the current node. (Overrides XamlReader::Namespace.) |
![]() | NodeType | Gets the type of the current node. (Overrides XamlReader::NodeType.) |
![]() | SchemaContext | Gets an object that provides schema context information for the information set. (Overrides XamlReader::SchemaContext.) |
![]() | Type | Gets the XamlType of the current node. (Overrides XamlReader::Type.) |
![]() | Value | Gets the value of the current node. (Overrides XamlReader::Value.) |
| Name | Description | |
|---|---|---|
![]() | Close | Closes the XAML node stream. (Inherited from XamlReader.) |
![]() | Dispose | Releases the unmanaged resources used by the XamlBackgroundReader and optionally releases the managed resources. (Overrides XamlReader::Dispose(Boolean).) |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read | Provides the next XAML node from the source, if a node is available. (Overrides XamlReader::Read().) |
![]() | ReadSubtree | Returns a XamlReader that is based on the current XamlReader, where the returned XamlReader is used to iterate through a subtree of the XAML node structure. (Inherited from XamlReader.) |
![]() | Skip | Skips the current node and advances the reader position to the next node. (Inherited from XamlReader.) |
![]() | StartThread() | Creates and starts a new Thread (constructed from ParameterizedThreadStart) that handles a named thread for the XamlReader. |
![]() | StartThread(String) | Creates and starts a new Thread (constructed from ParameterizedThreadStart) that handles a named thread for the XamlReader. You specify the thread name as a parameter. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | Infrastructure. Releases all resources used by the current instance of the XamlReader class. (Inherited from XamlReader.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
