AssemblyLoadContext.Default プロパティ

定義

既定の AssemblyLoadContext を取得します。 既定のコンテキストには、メイン アプリケーション アセンブリとその静的依存関係が含まれます。

public:
 static property System::Runtime::Loader::AssemblyLoadContext ^ Default { System::Runtime::Loader::AssemblyLoadContext ^ get(); };
public static System.Runtime.Loader.AssemblyLoadContext Default { get; }
static member Default : System.Runtime.Loader.AssemblyLoadContext
Public Shared ReadOnly Property Default As AssemblyLoadContext

プロパティ値

既定のアセンブリ読み込みコンテキスト。

適用対象