ResourceManager Constructor

[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".

.NET Framework Security

See Also

Reference

ResourceManager Class

System.Resources Namespace