Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResourceManager Constructor

 

Initializes a new instance of the ResourceManager class.

Namespace:   System.Resources
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_protmethodResourceManager()

Initializes a new instance of the ResourceManager class with default values.

System_CAPS_pubmethodResourceManager(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.

System_CAPS_pubmethodResourceManager(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.

System_CAPS_pubmethodResourceManager(Type^)

Initializes a new instance of the ResourceManager class that looks up resources in satellite assemblies based on information from the specified type object.

Return to top
Show:
© 2017 Microsoft