AssemblyLoadContext.ContextualReflectionScope 结构

定义

提供专用于 EnterContextualReflection() 的返回类型。 它将作为 IDisposableusing 块中使用。

public: value class AssemblyLoadContext::ContextualReflectionScope : IDisposable
public struct AssemblyLoadContext.ContextualReflectionScope : IDisposable
type AssemblyLoadContext.ContextualReflectionScope = struct
    interface IDisposable
Public Structure AssemblyLoadContext.ContextualReflectionScope
Implements IDisposable
继承
AssemblyLoadContext.ContextualReflectionScope
实现

注解

这是 API 的 EnterContextualReflection 实现详细信息。 这是一个结构,以避免堆分配。 必须公开,以避免装箱。

方法

Dispose()

CurrentContextualReflectionContext 设置为返回此实例的 EnterContextualReflection() 调用前面的值。

适用于