Metalama (preview)API documentationAspect APIMetalama.​Framework.​AspectsAspect­Receiver­ExtensionsSelect­Reflection­Type
Open sandboxFocus

AspectReceiverExtensions.SelectReflectionType Method

SelectReflectionType(IAspectReceiver<ICompilation>, Type)

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

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