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。 |