AssemblyLoadContext.CurrentContextualReflectionContext Eigenschaft

Definition

Ruft den AssemblyLoadContext Satz durch den letzten Aufruf von EnterContextualReflection().

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

Eigenschaftswert

Der AssemblyLoadContext vom letzten Aufruf festgelegte Aufruf von EnterContextualReflection(). Dieser Wert kann null sein. Der Wert wird in einem AsyncLocal<T>, sodass der Wert pro asynchronen Kontext eindeutig ist.

Hinweise

Weitere Informationen finden Sie unter AssemblyLoadContext.CurrentContextualReflectionContext design doc in .NET Core.

Gilt für: