Is it possible to call unmanaged code using C# reflection from managed code ?

Posted by milan on Stack Overflow See other posts from Stack Overflow or by milan
Published on 2010-06-02T11:57:28Z Indexed on 2010/06/02 12:03 UTC
Read the original article Hit count: 267

Filed under:
|
|
|
|

Hi all,

Is it possible using reflection and C# .NET to call dynamicly different function (with arguments) written in C or C++ before .NET came(unmanaged code) ?

And smole C# example if possible would be appreciated!

Thanks!

Br, Milan.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET