C# Class Nexus.Client.ModManagement.Scripting.XmlScript.Xml.XmlSchemaResourceResolver

This resolves references to external files from within schemas.
This resolver handles schemas stored as an assembly resources.
Inheritance: System.Xml.XmlUrlResolver
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Public Methods

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

Returns the requested entity.

This method retrieves the specified entity, even if it is stored as an assembly resource.

Method Details

GetEntity() public method

Returns the requested entity.
This method retrieves the specified entity, even if it is stored as an assembly resource.
public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri The uri of the entity to retrieve.
role string Unused.
ofObjectToReturn System.Type The type of object to return. This implementation only returns objects.
return object