C# managed dll call or unmanaged dll call?

Posted by 5YrsLaterDBA on Stack Overflow See other posts from Stack Overflow or by 5YrsLaterDBA
Published on 2010-06-15T14:17:58Z Indexed on 2010/06/15 14:22 UTC
Read the original article Hit count: 143

Filed under:

I was asking to do two dll calls from our application. These two dlls are from other group and other company. Have read a little about managed and unmanaged. I would prefer to do managed call. But whether use managed or unmanaged is the decision of the caller only or it also depends on the callee? All dlls can be called with managed code? If callee is also a factor, how can I know this dll can be called with managed code?

© Stack Overflow or respective owner

Related posts about c#