ResourceReader Methods
.NET Framework 4.5
The ResourceReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Releases all operating system resources associated with this ResourceReader object. |
|
Dispose | Releases all resources used by the current instance of the ResourceReader class. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator for this ResourceReader object. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetResourceData | Retrieves the type name and data of a named resource from an open resource file or stream. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
IDisposable.Dispose | Releases all resources used by the ResourceReader object. |
|
IEnumerable.GetEnumerator | Returns an enumerator for this ResourceReader object. |