AssemblyLoadContext.ContextualReflectionScope 구조체

정의

EnterContextualReflection()에 단독으로 사용되는 반환 형식을 제공합니다. using 블록에서 IDisposable로 사용하도록 되어 있습니다.

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()

이 인스턴스를 반환한 EnterContextualReflection()에 대한 호출 이전 값으로 CurrentContextualReflectionContext를 설정합니다.

적용 대상