In a previous post I noted that some WinAPIs can be found on the web by searching for the string NativeMethods, which seems to be a Microsoft standard naming convention.
Today I came across pinvoke.net, a website dedicated to the documentation of WinAPI calls from .Net.
There is even a plugin for Visual Studio (2003 and 2005) that integrates pinvoke’s wiki contents into the IDE.
February 18, 2009 at 14:12 |
[...] Managed Windows API library for .Net I mentioned accessing native Win32 APIs by .Net some time ago. [...]