Open sandboxFocus

Method SelectReflectionTypes

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

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

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

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

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

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