Table of Contents

Interface IResourceManager

Namespace
Whim
Assembly
Whim.dll
Interface to load package and user ResourceDictionary.
public interface IResourceManager

Properties

DefaultDictPath

Path to default dictionary relative to package root. Omit the leading "/" when setting.
string DefaultDictPath { get; set; }

Property Value

string

Methods

AddDictionary(string)

Add new dictionary from the package. Path to dictionary relative to the package root.
void AddDictionary(string filePath)

Parameters

filePath string

AddUserDictionary(string)

Add new dictionary from the users file system. Absolute path to dictionary in the local filesystem.
void AddUserDictionary(string filePath)

Parameters

filePath string

Initialize()

Initializes the ResourceManager.
void Initialize()