Tuesday 8 July 2008

P/Invoke Interop Assistant

Are you one of the few who are so deep inside Windows that the Framework just does not provide you with the access you need or you have legacy code you are moving to .NET and you have yet to work out how to replace the API call with a .NET Framework method?

The Microsoft Introp Team have released a tool which makes calling the Win32 API from .NET easy, type in the name of the API and it returns you the declarations to call it in you .NET code.

To download this tool go to Codeplex

To read the BCL team blog about this tool go here

0 comments: