The members of System.Resources.ResXResourceReader are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Resources.ResXResourceReader class for the specified stream. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class for the specified System.IO.TextReader. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class for the specified resource file. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using an input stream and a type resolution service. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using a stream and an array of assembly names. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using a text stream reader and a type resolution service. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using a System.IO.TextReader object and an array of assembly names. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using a file name and a type resolution service. | ||
Initializes a new instance of the System.Resources.ResXResourceReader class using an XML resource file name and an array of assembly names. |
BasePath | string.
Gets or sets the base path for the relative file path specified in a System.Resources.ResXFileRef object. | |
UseResXDataNodes | bool.
Gets or sets a value that indicates whether System.Resources.ResXDataNode objects are returned when reading the current XML resource file or stream. |
Close()
| ||
Finalize()
| ||
static | FromFileContents(string)
| |
static | FromFileContents(string, System.ComponentModel.Design.ITypeResolutionService)
| |
static | FromFileContents(string, System.Reflection.AssemblyName[])
| |
GetEnumerator()
| ||
GetMetadataEnumerator()
|
Dispose(bool)
|
IDisposable.Dispose |
Releases the unmanaged resources used by the System.Resources.ResXResourceReader and optionally releases the managed resources. For a description of this member, see the IDisposable.Dispose method. | |
IEnumerable.GetEnumerator |
Returns an enumerator for the current System.Resources.ResXResourceReader object. For a description of this member, see the IEnumerable.GetEnumerator method. |