System.Resources.ResourceManager: Field Members

The fields of System.Resources.ResourceManager are listed below. For a list of all members, see the ResourceManager Members list.

See Also: Inherited members from System.Object

Public Fields

static readonly
HeaderVersionNumberint (1).

Specifies the version of resource file headers that the current implementation of System.Resources.ResourceManager can interpret and produce.

static readonly
MagicNumberint (-1091581234).

Holds the number used to identify resource files.

Protected Fields

BaseNameFieldstring.

Specifies the root name of the resource files that the System.Resources.ResourceManager searches for resources.

MainAssemblySystem.Reflection.Assembly.

Specifies the main assembly that contains the resources.

ResourceSetsHashtable.

Contains a Hashtable that returns a mapping from cultures to System.Resources.ResourceSet objects.