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) 

이벤트 유형

Action<AssemblyLoadContext>

적용 대상