C# Класс 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.
Наследование: System.Xml.XmlUrlResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetEntity() публичный Метод

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.
Результат object