AssemblyLoadContext.CurrentContextualReflectionContext 属性

定义

获取由最近调用 EnterContextualReflection() 而设置的 AssemblyLoadContext

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

属性值

AssemblyLoadContext由最近调用 设置的 EnterContextualReflection()。 此值可为 null。 该值存储在 中 AsyncLocal<T>,因此该值在异步上下文中是唯一的。

注解

有关详细信息,请参阅 .NET Core 中的 AssemblyLoadContext.CurrentContextualReflectionContext 设计文档

适用于