AssemblyLoadContext.EnterContextualReflection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EnterContextualReflection() |
將 CurrentContextualReflectionContext 設定為 |
EnterContextualReflection(Assembly) |
將 CurrentContextualReflectionContext 設定為載入組件的 AssemblyLoadContext。 |
EnterContextualReflection()
public:
System::Runtime::Loader::AssemblyLoadContext::ContextualReflectionScope EnterContextualReflection();
public System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope EnterContextualReflection ();
member this.EnterContextualReflection : unit -> System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope
Public Function EnterContextualReflection () As AssemblyLoadContext.ContextualReflectionScope
傳回
還原 CurrentContextualReflectionContext 上一個值的物件。 原定在 using
區塊中作為 IDisposable 使用。
備註
如需詳細資訊,請參閱 .NET Core 中的 AssemblyLoadContext.CurrentContextualReflectionContext 設計檔。
適用於
EnterContextualReflection(Assembly)
public:
static System::Runtime::Loader::AssemblyLoadContext::ContextualReflectionScope EnterContextualReflection(System::Reflection::Assembly ^ activating);
public static System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope EnterContextualReflection (System.Reflection.Assembly? activating);
static member EnterContextualReflection : System.Reflection.Assembly -> System.Runtime.Loader.AssemblyLoadContext.ContextualReflectionScope
Public Shared Function EnterContextualReflection (activating As Assembly) As AssemblyLoadContext.ContextualReflectionScope
參數
- activating
- Assembly
用來判斷所要求 AssemblyLoadContext 執行個體的組件。
傳回
還原 CurrentContextualReflectionContext 上一個值的物件。 原定在 using
區塊中作為 IDisposable 使用。
備註
如需詳細資訊,請參閱 .NET Core 中的 AssemblyLoadContext.CurrentContextualReflectionContext 設計檔。