Use PInvoke
#197
Replies: 2 comments
-
|
Thanks for pointing this out. I wasn't aware of it. I have followed AArnott's project and even thought about combining work with that project. In the end, I decided that I didn't like the bias towards unsafe code and pointers and the project's decision to only support the latest version of .NET. As I dig more into win32metadata and C#/Win32 I'll update this post with the direction I decide to take the project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The post is from today. Nobody was aware of it ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MS announced official support for C# pinvoke based on automatic tooling.
Does it make sense to use this tooling or the PInvoke itself in Vanara making Vanara simply higher level API above the low level?
https://blogs.windows.com/windowsdeveloper/2021/01/21/making-win32-apis-more-accessible-to-more-languages/
Beta Was this translation helpful? Give feedback.
All reactions