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. |