PInvoke tools

  • Thread starter Thread starter udi.ben-senior
  • Start date Start date
U

udi.ben-senior

Hi,
I'm looking for a tool or a class library that converts C types
(unmanged types) to managed types.
Do you know of any?

Thanks!
Udi.
 
I haven't tried it but p/invoke wizard looks interesting:
http://www.paulyao.com/resources/tools/pinvoke.asp

from the site:

How Does The P/Invoke Wizard Work?



ok,
aq P/Invoke works by reading C/C++ include (.H) files. The P/Invoke
processing engine takes the various declarations and produces a compatible
..NET version in your choice of C# or Visual Basic .NET.
 
Back
Top