AssemblyLoadContext.CurrentContextualReflectionContext Vlastnost

Definice

AssemblyLoadContext Získá hodnotu nastavenou nejnovějším voláním .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

Hodnota vlastnosti

Hodnota AssemblyLoadContext nastavená posledním voláním .EnterContextualReflection() Tato hodnota může být null. Hodnota je uložená v objektu AsyncLocal<T>, takže je jedinečná v asynchronním kontextu.

Poznámky

Další informace najdete v dokumentaci k návrhu AssemblyLoadContext.CurrentContextualReflectionContext v .NET Core.

Platí pro