This topic has not yet been rated - Rate this topic

ResourceManager Constructor

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.

  NameDescription
Protected method ResourceManager() Initializes a new instance of the ResourceManager class with default values.
Public method 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.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.