Generate C# DLLImport declarations from a native dll

Viewed 11547

Do you know a soft which automatically generates C# code (with [DllImport] attributes in .cs) from a native DLL in order to use this DLL in a C# code?

1 Answers
Related