Skip to main content
Version: 4.1

ComponentResourceManager

Namespace: Wisej.Resources

Assembly: Wisej.Framework (4.1.0.0)

Provides simple functionality for enumerating resources for a component or object.

public class ComponentResourceManager : ComponentResourceManager

Constructors

Instance member ComponentResourceManager()

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

Instance member ComponentResourceManager(type)

Creates a ComponentResourceManager that looks up resources in satellite assemblies based on information from the specified type .

NameTypeDescription
typeTypeA Type from which the ComponentResourceManager derives all information for finding resource files.

Throws: