AssemblyLoadContext.Unloading Ereignis

Definition

Tritt auf, wenn der AssemblyLoadContext entladen wird.

public:
 event Action<System::Runtime::Loader::AssemblyLoadContext ^> ^ Unloading;
public event Action<System.Runtime.Loader.AssemblyLoadContext>? Unloading;
public event Action<System.Runtime.Loader.AssemblyLoadContext> Unloading;
member this.Unloading : Action<System.Runtime.Loader.AssemblyLoadContext> 
Public Custom Event Unloading As Action(Of AssemblyLoadContext) 
Public Event Unloading As Action(Of AssemblyLoadContext) 

Ereignistyp

Gilt für: