Click or drag to resize
ResourceManager Fields

The ResourceManager type exposes the following members.

Fields
  NameDescription
Protected fieldBaseNameField
Indicates the root name of the resource files that the ResourceManager searches for resources.
Public fieldStatic memberHeaderVersionNumber
A constant readonly value indicating the version of resource file headers that the current implementation of ResourceManager can interpret and produce.
Public fieldStatic memberMagicNumber
Holds the number used to identify resource files.
Protected fieldMainAssembly
Indicates the main Assembly that contains the resources.
Protected fieldResourceSets
Contains a Hashtable that returns a mapping from cultures to ResourceSet objects.
Top
See Also