Skip to content

Commit

Permalink
Expose AssemblyLoadContext.Unloading event publically
Browse files Browse the repository at this point in the history
This change is dependent on dotnet/coreclr#2867, which actually implements the Unloading event.

API review: https://github.com/dotnet/corefx/issues/5205
  • Loading branch information
kouvel committed Jan 27, 2016
1 parent 7cac572 commit 5fa9465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Runtime.Loader/ref/System.Runtime.Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ public static void InitializeDefaultContext(System.Runtime.Loader.AssemblyLoadCo
public void SetProfileOptimizationRoot(string directoryPath) { }
public void StartProfileOptimization(string profile) { }
public event Func<AssemblyLoadContext, System.Reflection.AssemblyName, System.Reflection.Assembly> Resolving;
public event Action<AssemblyLoadContext> Unloading;
}
}

0 comments on commit 5fa9465

Please sign in to comment.