XmlPreloadedResolver Methods
Silverlight
The XmlPreloadedResolver type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Uri, Byte[]) | Adds a Stream, byte array, or string with preloaded data to the XmlPreloadedResolver store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden. |
|
Add(Uri, Stream) | Adds a Stream, byte array, or string with preloaded data to the XmlPreloadedResolver store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden. |
|
Add(Uri, String) | Adds a Stream, byte array, or string with preloaded data to the XmlPreloadedResolver store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden. |
|
Add(Uri, Byte[], Int32, Int32) | Adds a Stream, byte array, or string with preloaded data to the XmlPreloadedResolver store and maps it to a URI. If the store already contains a mapping for the same URI, the existing mapping is overridden. |
|
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 the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEntity | Maps a URI to an object that contains the actual resource. (Overrides XmlResolver.GetEntity(Uri, String, Type).) |
|
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.) |
|
Remove | Removes the data corresponding to the URI from the XmlPreloadedResolver. |
|
ResolveUri | Resolves the absolute URI from the base and relative URIs. (Overrides XmlResolver.ResolveUri(Uri, String).) |
|
SupportsType | Returns true if the resolver’s GetEntity method can resolve the provided URI into an instance of the provided Type. (Overrides XmlResolver.SupportsType(Uri, Type).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |