-
Current SituationWith the NativeLibrary it is now possible to attach a handler to resolve the native library name, by using the Another problem is though, that something similar would be needed when it comes to the resolution of native methods. ProposalSo I propose a possibility to add a method to be able to intercept the retrieval of the internal GetProcessAddress and allow to override it with your own handler. There are two ideas where this could happen. 1. In NativeLibrary
2. In DllImport Depending on where the handler is placed, if null i returned the default action is used. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Shifted thi to an API proposal #59830. |
Beta Was this translation helpful? Give feedback.
Shifted thi to an API proposal #59830.