-
Beta Was this translation helpful? Give feedback.
Answered by
dahall
Oct 17, 2023
Replies: 1 comment
-
It looks like Vortice is very similar to the PInvoke project. It is a generator based on a logical extraction of Win32 functions and constants. It will likely generate just those raw functions using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like Vortice is very similar to the PInvoke project. It is a generator based on a logical extraction of Win32 functions and constants. It will likely generate just those raw functions using
unsafe
method types. Vanara is a wrapper that exposes those same functions and constants but in a complete .NET manner with supporting types, memory management, marshalers, etc.