C# Class System.Xml.XmlUrlResolver

Inheritance: XmlResolver
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ResolveUri System.Uri

Public Methods

Method Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : Object
XmlUrlResolver ( ) : System

Private Methods

Method Description
ResolveUri ( Uri baseUri, string relativeUri ) : Uri

Method Details

GetEntity() public method

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : Object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return Object

XmlUrlResolver() public method

public XmlUrlResolver ( ) : System
return System