Open sandboxFocus

Method SelectReflectionType

SelectReflectionType(IQuery<ICompilation>, Type)

Selects an INamedType in the current compilation or in a reference assembly given its reflection Type.

Declaration
public static IQuery<INamedType> SelectReflectionType(this IQuery<ICompilation> receiver, Type type)
Parameters
Type Name Description
IQuery<ICompilation> receiver

A query selecting the compilation.

Type type

The reflection type to select.

Returns
Type Description
IQuery<INamedType>

A query selecting the named type corresponding to the reflection type.