This topic has not yet been rated - Rate this topic

ResXResourceReader Constructor

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.

  NameDescription
Public method ResXResourceReader(Stream) Initializes a new instance of the ResXResourceReader class for the specified stream.
Public method ResXResourceReader(String) Initializes a new instance of the ResXResourceReader class for the specified resource file.
Public method ResXResourceReader(TextReader) Initializes a new instance of the ResXResourceReader class for the specified TextReader.
Public method ResXResourceReader(Stream, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class using an input stream and a type resolution service.
Public method ResXResourceReader(Stream, AssemblyName[]) Initializes a new instance of the ResXResourceReader class using a stream and an array of assembly names.
Public method ResXResourceReader(String, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class using a file name and a type resolution service.
Public method ResXResourceReader(String, AssemblyName[]) Initializes a new instance of the ResXResourceReader class using an XML resource file name and an array of assembly names.
Public method ResXResourceReader(TextReader, ITypeResolutionService) Initializes a new instance of the ResXResourceReader class using a text stream reader and a type resolution service.
Public method ResXResourceReader(TextReader, AssemblyName[]) Initializes a new instance of the ResXResourceReader class using a TextReader object and an array of assembly names.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.