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
屬性值
最近 AssemblyLoadContext 呼叫 所設定的 EnterContextualReflection()。 這個值可以是 null
。 值會儲存在 中 AsyncLocal<T>,因此每個異步內容的值都是唯一的。
備註
如需詳細資訊,請參閱 .NET Core 中的 AssemblyLoadContext.CurrentContextualReflectionContext 設計檔。