AssemblyLoadContext.CurrentContextualReflectionContext Özellik

Tanım

en AssemblyLoadContext son çağrısına EnterContextualReflection()göre kümesini alır.

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

Özellik Değeri

en AssemblyLoadContext son çağrısı EnterContextualReflection()tarafından ayarlanan . Bu değer olabilir null. Değer bir AsyncLocal<T>içinde depolanır, bu nedenle değer zaman uyumsuz bağlam başına benzersizdir.

Açıklamalar

Daha fazla bilgi için .NET Core içindeki AssemblyLoadContext.CurrentContextualReflectionContext tasarım belgesine bakın.

Şunlara uygulanır