AssemblyPart 类

定义

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
实现

构造函数

AssemblyPart(Assembly)

初始化一个新 AssemblyPart 实例。

属性

Assembly

获取 AssemblyApplicationPart

Name

获取 ApplicationPart 的名称。

Types

获取 中 ApplicationPart可用类型的列表。

方法

GetReferencePaths()

获取用于执行运行时编译的引用路径。

扩展方法

GetReferencePaths(AssemblyPart)

ApplicationPart 提供支持的 Assembly

适用于