How to find DLL EntryPoint?

前端 未结 4 2042
予麋鹿
予麋鹿 2021-01-05 03:48

simple question: How I can find out commands for a DLLImport in C#.Net and / or the Entry Points of the DLL?

Background: I will use the MobileDevice-Libary from ITu

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-05 04:44

    You can use the pinvoke interop assistant which is included in CLRInsideOut2008_01.exe

    I have used it a lot to help with pinvoke definitions it has saved me a lot of time.

提交回复
热议问题