ComponentResourceManager
Wisej.Resources.ComponentResourceManager
Last updated
Was this helpful?
Wisej.Resources.ComponentResourceManager
Last updated
Was this helpful?
Namespace: Wisej.Resources
Assembly: Wisej.Framework (4.0.0.0)
Provides simple functionality for enumerating resources for a component or object.
public class ComponentResourceManager : ComponentResourceManager
Initializes a new instance of the ComponentResourceManager class with default values.
Creates a ComponentResourceManager that looks up resources in satellite assemblies based on information from the specified type .
type
A from which the derives all information for finding resource files.
Throws:
ArgumentNullException The type parameter is null.