Class ResourceManager
Represents a resource manager that can be used to load and release sets of resources at run time, and manage their lifespan. Disposing the resource manager will also dispose of any loaded resources.
public sealed class ResourceManager : IDisposable
- Inheritance
-
ResourceManager
- Implements
- Inherited Members
Methods
- Dispose()
Releases all resources used by the ResourceManager class.
- Load(IEnumerable<IResourceConfiguration>)
Loads a set of resources into the resource manager.
- Load<TResource>(string)
Loads the resource with the specified name into the resource manager.