AssemblyPart 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 ApplicationPart 백업되는 입니다 Assembly.
public ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProvider, Microsoft::AspNetCore::Mvc::ApplicationParts::ICompilationReferencesProvider
public ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProvider
public class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider, Microsoft.AspNetCore.Mvc.ApplicationParts.ICompilationReferencesProvider
public class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider
type AssemblyPart = class
inherit ApplicationPart
interface IApplicationPartTypeProvider
interface ICompilationReferencesProvider
type AssemblyPart = class
inherit ApplicationPart
interface IApplicationPartTypeProvider
Public Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider, ICompilationReferencesProvider
Public Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider
- 상속
- 구현
생성자
AssemblyPart(Assembly) |
새 AssemblyPart 인스턴스를 초기화합니다. |
속성
Assembly |
Assembly의 ApplicationPart을 가져옵니다. |
Name |
ApplicationPart의 이름을 가져옵니다. |
Types |
에서 사용 가능한 형식 ApplicationPart목록을 가져옵니다. |
메서드
GetReferencePaths() |
런타임 컴파일을 수행하는 데 사용되는 참조 경로를 가져옵니다. |
확장 메서드
GetReferencePaths(AssemblyPart) |
에서 ApplicationPart 백업되는 입니다 Assembly. |