ComponentResourceManager
Namespace: Wisej.Resources
Assembly: Wisej.Framework (4.1.0.0)
Provides simple functionality for enumerating resources for a component or object.
- C#
- VB.NET
public class ComponentResourceManager : ComponentResourceManager
Public Class ComponentResourceManager
Inherits 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 | Type | A Type from which the ComponentResourceManager derives all information for finding resource files. |
Throws:
- ArgumentNullException The type parameter is null.