Open sandboxFocus

Method SelectReflectionTypes

SelectReflectionTypes(IQuery<ICompilation>, IEnumerable<Type>)

Selects several INamedType in the current compilation or in a reference assembly given their reflection Type.

Declaration
public static IQuery<INamedType> SelectReflectionTypes(this IQuery<ICompilation> receiver, IEnumerable<Type> types)
Parameters
Type Name Description
IQuery<ICompilation> receiver
IEnumerable<Type> types
Returns
Type Description
IQuery<INamedType>

SelectReflectionTypes(IQuery<ICompilation>, params Type[])

Selects several INamedType in the current compilation or in a reference assembly given their reflection Type.

Declaration
public static IQuery<INamedType> SelectReflectionTypes(this IQuery<ICompilation> receiver, params Type[] types)
Parameters
Type Name Description
IQuery<ICompilation> receiver
Type[] types
Returns
Type Description
IQuery<INamedType>