C# Class DynamicXaml.ResourcesSystem.ResourceLoader

Resource access on an assembly
Inheritance: IResourceLoader
Afficher le fichier Open project: flq/XamlTags Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ConvertToXaml ( string bamlResource ) : string
GetRawResourceNames ( ) : IEnumerable
HasImageExtension ( string name ) : bool

Method Details

GetDictionaries() public méthode

public GetDictionaries ( ) : IEnumerable
Résultat IEnumerable

GetDictionary() public méthode

public GetDictionary ( string path ) : Maybe
path string
Résultat Maybe

GetResourceNames() public méthode

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

HandlesAssembly() public méthode

public HandlesAssembly ( string assemblyName ) : bool
assemblyName string
Résultat bool

ResourceLoader() public méthode

public ResourceLoader ( Assembly assembly ) : System
assembly System.Reflection.Assembly
Résultat System