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!

System.Resources Namespace

Classes

Class Description
MissingManifestResourceException The MissingManifestResourceException is thrown if the main assembly does not contain the resources for the neutral culture.
ResourceManager Represents a set of resources with a given root name.
ResourceReader Provides a default implementation of the IResourceReader interface and implements a resource reader. Resource readers are used to read resource name and resource value pairs from ".resources" files. These methods are used to advance to the next resource and read the name and value of each resource in the ".resources" file. This class can be used to enumerate the resources only one time.
ResourceSet Stores all the resources defined in one particular CultureInfo.
ResourceWriter Generates a binary ".resources" file in the system-default format from name and value pairs. Create one with a unique file name, call AddResource at least once, then call Write to write the ".resources" file to disk.

Interfaces

Interface Description
IResourceReader This interface is implemented by resource readers to read data from resource files. Resource readers are used to read a stream of ".resources" files in the system default binary file format. See the TBD for details on the default resource file format.
IResourceWriter This interface is implemented by resource writers, which write resources to an output file or output stream. Resource writers are used to write resources in the system default file format. See the TBD for details on the default resource file format.