This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Per-assembly Load Native Library callbacks
This Change implements the Native Library resolution Call-backs proposed in https://github.com/dotnet/corefx/issues/32015 public static bool RegisterDllImportResolver( Assembly assembly, Func<string, Assembly, DllImportSearchPath, IntPtr> callback ); This API is not yet approved, and the API contracts in CoreFX will not be added until the API approval is complete. In the meantime, we want to have the code reviewed, tested, and avaiable in CoreCLR.
- Loading branch information
swaroop-sridhar
committed
Dec 15, 2018
1 parent
ca65764
commit 9e26a86
Showing
19 changed files
with
546 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.