다음을 통해 공유


CompiledRazorAssemblyApplicationPartFactory.GetApplicationParts 메서드

정의

지정된 assembly에 대한 인스턴스를 하나 이상 ApplicationPart 가져옵니다.

public:
 override System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ GetApplicationParts(System::Reflection::Assembly ^ 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)

매개 변수

assembly
Assembly

Assembly

반환

적용 대상