XamlBackgroundReader Class
Implements a double-buffered XamlReader that can split reading and writing to different threads.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlBackgroundReader(XamlReader^) | 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(Boolean) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources used by the current instance of the XamlReader class.(Inherited from XamlReader.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





