AssemblyLoadContext.CurrentContextualReflectionContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
EnterContextualReflection()の最新の呼び出しによって設定されたAssemblyLoadContext。 この値は、null の場合もあります。 値は AsyncLocal<T>に格納されるため、値は非同期コンテキストごとに一意です。
注釈
詳細については、.NET Core の「