C# Class System.Xml.XmlUrlResolver

Inheritance: XmlResolver
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ResolveUri System.Uri

Méthodes publiques

Méthode Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : Object
XmlUrlResolver ( ) : System

Private Methods

Méthode Description
ResolveUri ( Uri baseUri, string relativeUri ) : Uri

Method Details

GetEntity() public méthode

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : Object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
Résultat Object

XmlUrlResolver() public méthode

public XmlUrlResolver ( ) : System
Résultat System