C# 클래스 Monobjc.Tools.InterfaceBuilder.IBXmlResolver

Custom Xml resolver to handle Interface Builder file.
상속: System.Xml.XmlResolver
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object

When overridden in a derived class, maps a URI to an object containing the actual resource.

메소드 상세

GetEntity() 공개 메소드

When overridden in a derived class, maps a URI to an object containing the actual resource.
/// is not a Stream type. /// /// The specified URI is not an absolute URI. /// /// is null. /// /// There is a runtime error (for example, an interrupted server connection). ///
public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri The URI returned from .
role string The current version does not use this parameter when resolving URIs. This is provided for future extensibility purposes. For example, this can be mapped to the xlink:role and used as an implementation specific argument in other scenarios.
ofObjectToReturn System.Type The type of object to return. The current version only returns System.IO.Stream objects.
리턴 object