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
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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