Share via


ConsolidatedAssemblyApplicationPartFactory.GetApplicationParts Method

Definition

Gets one or more ApplicationPart instances for the specified assembly.

public override System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> GetApplicationParts (System.Reflection.Assembly assembly);
override this.GetApplicationParts : System.Reflection.Assembly -> seq<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart>
Public Overrides Function GetApplicationParts (assembly As Assembly) As IEnumerable(Of ApplicationPart)

Parameters

assembly
Assembly

The Assembly.

Returns

Applies to