mscorlib(4.0.0.0) API with additions
|
Classes | |
interface | IResourceReader |
Provides the base functionality for reading data from resource files. More... | |
interface | IResourceWriter |
Provides the base functionality for writing resources to an output file or stream. More... | |
class | MissingManifestResourceException |
The exception that is thrown if the main assembly does not contain the resources for the neutral culture, and an appropriate satellite assembly is missing. More... | |
class | MissingSatelliteAssemblyException |
The exception that is thrown when the satellite assembly for the resources of the default culture is missing. More... | |
class | NeutralResourcesLanguageAttribute |
Informs the resource manager of an app's default culture. This class cannot be inherited. More... | |
class | ResourceManager |
Represents a resource manager that provides convenient access to culture-specific resources at run time. Security Note: Calling methods in this class with untrusted data is a security risk. Call the methods in the class only with trusted data. For more information, see Untrusted Data Security Risks. More... | |
class | ResourceReader |
Enumerates the resources in a binary resources (.resources) file by reading sequential resource name/value pairs. Security Note: Calling methods in this class with untrusted data is a security risk. Call the methods in the class only with trusted data. For more information, see Untrusted Data Security Risks. More... | |
class | ResourceSet |
Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules. Security Note: Calling methods in this class with untrusted data is a security risk. Call the methods in the class only with trusted data. For more information, see Untrusted Data Security Risks. More... | |
class | ResourceWriter |
Writes resources in the system-default format to an output file or an output stream. This class cannot be inherited. More... | |
class | SatelliteContractVersionAttribute |
Instructs a T:System.Resources.ResourceManager object to ask for a particular version of a satellite assembly. More... | |
Enumerations | |
enum | ResourceTypeCode { Null = 0, String = 1, Boolean = 2, Char = 3, Byte = 4, SByte = 5, Int16 = 6, UInt16 = 7, Int32 = 8, UInt32 = 9, Int64 = 10, UInt64 = 11, Single = 12, Double = 13, Decimal = 14, DateTime = 0xF, TimeSpan = 0x10, LastPrimitive = 0x10, ByteArray = 0x20, Stream = 33, StartOfUserTypes = 0x40 } |
enum | UltimateResourceFallbackLocation { UltimateResourceFallbackLocation.MainAssembly, UltimateResourceFallbackLocation.Satellite } |
Specifies whether a T:System.Resources.ResourceManager object looks for the resources of the app's default culture in the main assembly or in a satellite assembly. More... | |
Specifies whether a T:System.Resources.ResourceManager object looks for the resources of the app's default culture in the main assembly or in a satellite assembly.
Enumerator | |
---|---|
MainAssembly | Fallback resources are located in the main assembly. |
Satellite | Fallback resources are located in a satellite assembly. |
Definition at line 8 of file UltimateResourceFallbackLocation.cs.