unmanaged code calling managed

  • Thread starter Thread starter swartzbill2000
  • Start date Start date
S

swartzbill2000

Hello,
Can unmanaged code (existing cygwin c dll) call into a class library
created with VB.Net? If so, how?
Bill
 
Yes, but not unless the developer of the .net library enables it
using the AllowPartiallyTrustedCallersAttribute Class. msdn library
covers this topic well.

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top