DeserializingResourceReader Class

Definition

Provides APIs similar to ResourceReader that can read and deserialize resource data written by either ResourceWriter or PreserializedResourceWriter.

public ref class DeserializingResourceReader sealed : System::Resources::IResourceReader
public sealed class DeserializingResourceReader : System.Resources.IResourceReader
type DeserializingResourceReader = class
    interface IEnumerable
    interface IDisposable
    interface IResourceReader
type DeserializingResourceReader = class
    interface IResourceReader
    interface IEnumerable
    interface IDisposable
Public NotInheritable Class DeserializingResourceReader
Implements IResourceReader
Inheritance
DeserializingResourceReader
Implements

Constructors

DeserializingResourceReader(Stream)

Initializes a new instance of the DeserializingResourceReader class that reads the specified resources stream.

DeserializingResourceReader(String)

Initializes a new instance of the DeserializingResourceReader class that reads the specified named resource file.

Methods

Close()

Releases all operating system resources associated with this DeserializingResourceReader object.

Dispose()

Releases the resources used by the DeserializingResourceReader.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

Returns an enumerator for this DeserializingResourceReader object.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator for this DeserializingResourceReader object.

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to