What kind of assemblies can be called using P/Invoke ?
- by milan
Hi all,
I allready asked at:
Is it possible to call unmanaged code using C# reflection from managed code ?
if it is possible to call C/C++ library unmanaged function with Invoke and reflection from .NET and the answer is yes.
What I am not clear about is can I call using P/Invoke ANY assembly written/compiled/build with other compilers on my Windows PC like Labwindows/CVI(have some kind of C compiler) or Java written dll's, exe.
If this is possible is it the same as explained in above given link using "Marshal.GetDelegateForFunctionPointer" ?
Thanks!
Milan.