AssemblyPart 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援的 ApplicationPartAssembly 。
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) |
支援的 ApplicationPartAssembly 。 |