C# 클래스 DynamicXaml.ResourcesSystem.ResourceLoader

Resource access on an assembly
상속: IResourceLoader
파일 보기 프로젝트 열기: flq/XamlTags 1 사용 예제들

공개 메소드들

메소드 설명
GetDictionaries ( ) : IEnumerable
GetDictionary ( string path ) : Maybe
GetResourceNames ( ) : IEnumerable

Enumerate the names of all resources contained in the provided assembly

HandlesAssembly ( string assemblyName ) : bool
ResourceLoader ( Assembly assembly ) : System

비공개 메소드들

메소드 설명
ConvertToXaml ( string bamlResource ) : string
GetRawResourceNames ( ) : IEnumerable
HasImageExtension ( string name ) : bool

메소드 상세

GetDictionaries() 공개 메소드

public GetDictionaries ( ) : IEnumerable
리턴 IEnumerable

GetDictionary() 공개 메소드

public GetDictionary ( string path ) : Maybe
path string
리턴 Maybe

GetResourceNames() 공개 메소드

Enumerate the names of all resources contained in the provided assembly
public GetResourceNames ( ) : IEnumerable
리턴 IEnumerable

HandlesAssembly() 공개 메소드

public HandlesAssembly ( string assemblyName ) : bool
assemblyName string
리턴 bool

ResourceLoader() 공개 메소드

public ResourceLoader ( Assembly assembly ) : System
assembly System.Reflection.Assembly
리턴 System