AssemblyLoadContext.Unloading 事件

定义

卸载 AssemblyLoadContext 时发生。

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) 

事件类型

适用于