AssemblyLoadContext.CurrentContextualReflectionContext プロパティ

定義

EnterContextualReflection() への一番最近の呼び出しを使用して、AssemblyLoadContext セットを取得します。

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

プロパティ値

AssemblyLoadContext 最新の呼び出し EnterContextualReflection()によって設定された 。 この値は、null の場合もあります。 値は に AsyncLocal<T>格納されるため、値は非同期コンテキストごとに一意です。

注釈

詳細については、「 .NET Core の AssemblyLoadContext.CurrentContextualReflectionContext デザイン ドキュメント」を参照してください。

適用対象