C# Class Monobjc.Tools.PropertyList.PListXmlResolver

Custom Xml resolver to handle PList file.
Inheritance: System.Xml.XmlResolver
Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object

When overridden in a derived class, maps a URI to an object containing the actual resource.

Method Details

GetEntity() public method

When overridden in a derived class, maps a URI to an object containing the actual resource.
/// is not a Stream type. /// /// The specified URI is not an absolute URI. /// /// is null. /// /// There is a runtime error (for example, an interrupted server connection). ///
public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri The URI returned from .
role string The current version does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.
ofObjectToReturn System.Type The type of object to return. The current version only returns System.IO.Stream objects.
return object