AssemblyLoadContext.EnterContextualReflection Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
EnterContextualReflection() |
|
EnterContextualReflection(Assembly) |
Derlemeyi AssemblyLoadContext yükleyen öğesine ayarlarCurrentContextualReflectionContext. |
EnterContextualReflection()
- Kaynak:
- AssemblyLoadContext.cs
- Kaynak:
- AssemblyLoadContext.cs
- Kaynak:
- AssemblyLoadContext.cs
this
AssemblyLoadContextolarak ayarlarCurrentContextualReflectionContext.
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
Döndürülenler
öğesinin önceki değerini geri yüklemek için bir CurrentContextualReflectionContextnesne. Bir blokta using
olarak IDisposable kullanılması amaçlanmıştır.
Açıklamalar
Daha fazla bilgi için bkz. .NET Core'da AssemblyLoadContext.CurrentContextualReflectionContext tasarım belgesi.
Şunlara uygulanır
EnterContextualReflection(Assembly)
- Kaynak:
- AssemblyLoadContext.cs
- Kaynak:
- AssemblyLoadContext.cs
- Kaynak:
- AssemblyLoadContext.cs
Derlemeyi AssemblyLoadContext yükleyen öğesine ayarlarCurrentContextualReflectionContext.
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
Parametreler
- activating
- Assembly
İstenen AssemblyLoadContext örneği belirlemek için kullanılan derleme.
Döndürülenler
öğesinin önceki değerini geri yüklemek için bir CurrentContextualReflectionContextnesne. Bir blokta using
olarak IDisposable kullanılması amaçlanmıştır.
Açıklamalar
Daha fazla bilgi için bkz. .NET Core'da AssemblyLoadContext.CurrentContextualReflectionContext tasarım belgesi.