C# Class DynamicXaml.ResourcesSystem.ResourceLoader

Resource access on an assembly
Inheritance: IResourceLoader
Mostra file Open project: flq/XamlTags Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ConvertToXaml ( string bamlResource ) : string
GetRawResourceNames ( ) : IEnumerable
HasImageExtension ( string name ) : bool

Method Details

GetDictionaries() public method

public GetDictionaries ( ) : IEnumerable
return IEnumerable

GetDictionary() public method

public GetDictionary ( string path ) : Maybe
path string
return Maybe

GetResourceNames() public method

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

HandlesAssembly() public method

public HandlesAssembly ( string assemblyName ) : bool
assemblyName string
return bool

ResourceLoader() public method

public ResourceLoader ( Assembly assembly ) : System
assembly System.Reflection.Assembly
return System