AssemblyLoadContext.Unloading Evento

Definición

Se produce cuando AssemblyLoadContext está sin cargar.

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) 

Tipo de evento

Action<AssemblyLoadContext>

Se aplica a