This documentation is archived and is not being maintained.
ResourceManager Constructor
Visual Studio 2010
Initializes a new instance of the ResourceManager class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ResourceManager() | Initializes a new instance of the ResourceManager class with default values. |
|
ResourceManager(Type) | Initializes a new instance of the ResourceManager class that looks up resources in satellite assemblies based on information from the specified type object. |
|
ResourceManager(String, Assembly) | Initializes a new instance of the ResourceManager class that looks up resources contained in files with the specified root name using the given assembly. |
|
ResourceManager(String, Assembly, Type) | Initializes a new instance of the ResourceManager class that looks up resources contained in files with the specified root name in the given Assembly. |
Show: