FeatureTagHelperTypeResolver.GetExportedTypes(AssemblyName) Method

Definition

Returns all exported types from the given assemblyName

protected:
 override System::Collections::Generic::IEnumerable<System::Reflection::TypeInfo ^> ^ GetExportedTypes(System::Reflection::AssemblyName ^ assemblyName);
protected override System.Collections.Generic.IEnumerable<System.Reflection.TypeInfo> GetExportedTypes (System.Reflection.AssemblyName assemblyName);
override this.GetExportedTypes : System.Reflection.AssemblyName -> seq<System.Reflection.TypeInfo>
Protected Overrides Function GetExportedTypes (assemblyName As AssemblyName) As IEnumerable(Of TypeInfo)

Parameters

assemblyName
AssemblyName

The AssemblyName to get TypeInfos from.

Returns

An IEnumerable<T> of types exported from the given assemblyName.

Applies to