ComponentResourceManager
Wisej.Resources.ComponentResourceManager
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
Constructors
ComponentResourceManager()

Initializes a new instance of the ComponentResourceManager class with default values.
ComponentResourceManager(type)

Creates a ComponentResourceManager that looks up resources in satellite assemblies based on information from the specified type .
Name
Type
Description
type
A Type from which the ComponentResourceManager derives all information for finding resource files.
Throws:
ArgumentNullException The type parameter is null.
Last updated
Was this helpful?