ResXResourceReader Constructor
.NET Framework 4
Initializes a new instance of the ResXResourceReader class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ResXResourceReader(Stream) | Initializes a new instance of the ResXResourceReader class for the specified stream. |
|
ResXResourceReader(String) | Initializes a new instance of the ResXResourceReader class for the specified resource file. |
|
ResXResourceReader(TextReader) | Initializes a new instance of the ResXResourceReader class for the specified TextReader. |
|
ResXResourceReader(Stream, ITypeResolutionService) | Initializes a new instance of the ResXResourceReader class using an input stream and a type resolution service. |
|
ResXResourceReader(Stream, AssemblyName[]) | Initializes a new instance of the ResXResourceReader class using a stream and an array of assembly names. |
|
ResXResourceReader(String, ITypeResolutionService) | Initializes a new instance of the ResXResourceReader class using a file name and a type resolution service. |
|
ResXResourceReader(String, AssemblyName[]) | Initializes a new instance of the ResXResourceReader class using an XML resource file name and an array of assembly names. |
|
ResXResourceReader(TextReader, ITypeResolutionService) | Initializes a new instance of the ResXResourceReader class using a text stream reader and a type resolution service. |
|
ResXResourceReader(TextReader, AssemblyName[]) | Initializes a new instance of the ResXResourceReader class using a TextReader object and an array of assembly names. |