AssemblyLoadContext.ContextualReflectionScope 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
- 구현
설명
API의 EnterContextualReflection 구현 세부 정보입니다. 힙 할당을 방지하기 위한 구조체입니다. 권투를 피하기 위해 공개적이어야 합니다.
메서드
Dispose() |
이 인스턴스를 반환한 EnterContextualReflection()에 대한 호출 이전 값으로 CurrentContextualReflectionContext를 설정합니다. |