Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the ResourceManager class that looks up resources contained in files derived from the specified root name, using a specified assembly object.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Sub New ( _
baseName As String, _
assembly As Assembly _
)
public ResourceManager(
string baseName,
Assembly assembly
)
public:
ResourceManager(
String^ baseName,
Assembly^ assembly
)
new :
baseName:string *
assembly:Assembly -> ResourceManager
public function ResourceManager(
baseName : String,
assembly : Assembly
)
Parameters
- baseName
Type: System. . :: . .String
The root name of the resources you want to look up. For example, the root name of the resource file named "MyResource.en-US.resources" is "MyResource".
- assembly
Type: System.Reflection. . :: . .Assembly
The main assembly object for the resources you want to look up.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.