ResXResourceSet Class
.NET Framework 3.0
Gathers all items that represent an XML resource (.resx) file into a single object.
Namespace: System.Resources
Assembly: System.Windows.Forms (in system.windows.forms.dll)
System.Resources Namespace
Assembly: System.Windows.Forms (in system.windows.forms.dll)
The ResXResourceSet class enumerates over an IResourceReader, loading every name and value, and storing them in a hash table.
A ResXResourceSet provides a convenient way to read all the resources in a .resx file into memory. You can use the GetObject method to retrieve a particular resource once the .resx file has been read into a ResXResourceSet.
For more information on the format of a .resx file, see Resources in .Resx File Format.
Notes to Inheritors: Derived classes of ResXResourceSet using their own resource reader and writer should override GetDefaultReader and GetDefaultWriter to provide the appropriate functionality for interpreting the ResXResourceSet.- NamedPermissionSet Security Action: LinkDemand Associated Value: FullTrust, Topic: Named Permission Sets
- NamedPermissionSet Security Action: InheritanceDemand Associated Value: FullTrust, Topic: Named Permission Sets
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ResXResourceSet MembersSystem.Resources Namespace
Other Resources
Resources in .Resx File FormatCommunity Additions
ADD
Show: