How to find DLL EntryPoint?
- by Kovu
Hi,
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 ITunes to send commands to an Iphone. I know round about 90% of the DLL-Commands from another open source project, but there are still 10% left, and I need a command of this 10%.