AssemblyLoadContext.ContextualReflectionScope 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供专用于 EnterContextualReflection() 的返回类型。 它将作为 IDisposable 在 using
块中使用。
public: value class AssemblyLoadContext::ContextualReflectionScope : IDisposable
public struct AssemblyLoadContext.ContextualReflectionScope : IDisposable
type AssemblyLoadContext.ContextualReflectionScope = struct
interface IDisposable
Public Structure AssemblyLoadContext.ContextualReflectionScope
Implements IDisposable
- 继承
- 实现
注解
这是 API 的 EnterContextualReflection 实现详细信息。 这是一个结构,以避免堆分配。 必须公开,以避免装箱。
方法
Dispose() |
将 CurrentContextualReflectionContext 设置为返回此实例的 EnterContextualReflection() 调用前面的值。 |