AssemblyLoadContext.CurrentContextualReflectionContext Proprietà

Definizione

Ottiene l'elemento AssemblyLoadContext impostato dalla chiamata più recente a 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

Valore della proprietà

Impostato AssemblyLoadContext dalla chiamata più recente a EnterContextualReflection(). Il valore può essere null. Il valore viene archiviato in un AsyncLocal<T>oggetto , quindi il valore è univoco per contesto asincrono.

Commenti

Per altre informazioni, vedere AssemblyLoadContext.CurrentContextualReflectionContext design doc in .NET Core.

Si applica a