NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceManager Fields

The fields of the ResourceManager class are listed below. For a complete list of ResourceManager class members, see the ResourceManager Members topic.

Public:

MagicNumber Holds the number used to identify resource files. The value is set to 0xBEEFCACE. The first four bytes of the system default file format contain a 32-bit signed integer in little-endian format (see the TBD).

Protected:

BaseNameField The root name of the resource.
MainAssembly The main Assembly that contains the resources.
ResourceSets Returns a mapping from cultures to ResourceSet objects.
UseManifest Determines if resources should be searched for in the Assembly manifest.
UseSatelliteAssem Determines if resources should be searched for in satellite assemblies.

See Also

ResourceManager Class | System.Resources Namespace