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() |
CurrentContextualReflectionContext を、このインスタンスを返した EnterContextualReflection() への呼び出しの前の値に設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET