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 設計檔

適用於