Is there a tool that generates P/Invoke signatures for arbitrary unmanaged DLL?

后端 未结 6 1630
失恋的感觉
失恋的感觉 2020-12-13 00:17

I stumbled upon a tool that generates P/Invoke signatures for Microsoft\'s own unmanaged DLLs: PInvoke Interop Assistant

Is there a similar tool that will generate P

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 00:44

    This project is active and looks promising for the task: https://github.com/mono/CppSharp

提交回复
热议问题