AssemblyLoadContext.CurrentContextualReflectionContext Eigenschaft

Definition

Ruft den AssemblyLoadContext ab, der durch den aktuellsten Aufruf von EnterContextualReflection() festgelegt wurde.

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

Die AssemblyLoadContext durch den letzten Aufruf von EnterContextualReflection()festgelegt ist. Dieser Wert kann null sein. Der Wert wird in einem AsyncLocal<T>gespeichert, sodass der Wert pro asynchronem Kontext eindeutig ist.

Hinweise

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

Gilt für: