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