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

CurrentContextualReflectionContext を、このインスタンスを返した EnterContextualReflection() への呼び出しの前の値に設定します。

適用対象