Hook into a unknown function in a dll using C#

Posted by John ClearZ on Stack Overflow See other posts from Stack Overflow or by John ClearZ
Published on 2010-05-25T17:38:04Z Indexed on 2010/05/25 17:41 UTC
Read the original article Hit count: 142

Filed under:
|
|

Is it possible to find out what functions are available in an arbitrary dll file and then call these functions using C# interop services.

© Stack Overflow or respective owner

Related posts about c#

Related posts about dll