System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Resources.ResourceSet
The class enumerates over an , loads every name and value, and stores them in a hash table. You can then enumerate the resources in the object or retrieve individual resources by name.
This class contains a and an at the class level that applies to all members. A exception is thrown when the immediate caller or a derived class does not have full-trust permission. For more information about security demands, see Link Demands and Inheritance Demands.
A object provides a convenient way to read all the resources in a .resx file into memory. You can use the method to retrieve a particular resource when the .resx file has been read into a instance.
Represents all resources in an XML resource (.resx) file.
Constructor
To be added.
Initializes a new instance of the class using the system default to read resources from the specified stream.
The of resources to be read. The stream should refer to an existing resource file.
1.0.5000.0
2.0.0.0
Constructor
To be added.
Initializes a new instance of a class using the system default that opens and reads resources from the specified file.
The name of the file to read resources from.
1.0.5000.0
2.0.0.0
Method
System.Type
To be added.
Returns the preferred resource reader class for this kind of .
The of the preferred resource reader for this kind of .
1.0.5000.0
2.0.0.0
Method
System.Type
To be added.
Returns the preferred resource writer class for this kind of .
The of the preferred resource writer for this kind of .
1.0.5000.0
2.0.0.0