ResourceManager Constructor
.NET Framework (current version)
Initializes a new instance of the ResourceManager class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ResourceManager() | Initializes a new instance of the ResourceManager class with default values. |
![]() | ResourceManager(String^, Assembly^) | Initializes a new instance of the ResourceManager class that looks up resources contained in files with the specified root name in the given assembly. |
![]() | ResourceManager(String^, Assembly^, Type^) | Initializes a new instance of the ResourceManager class that uses a specified ResourceSet class to look up resources contained in files with the specified root name in the given assembly. |
![]() | 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. |
Show:

