AssemblyLoadContext.CurrentContextualReflectionContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由最近调用 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 设计文档。