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
 
Back
Top