ConsolidatedAssemblyApplicationPartFactory.GetApplicationParts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)