C
Cory Nelson
I an P/Invoking a C library. I pass a new delegate in, and the C lib
stores it for later access.
Most of the time I'm able to use it once then I get a null reference
exception, so I'm thinking .NET is collecting. Any way to make it say
until the containing class is destroyed?
stores it for later access.
Most of the time I'm able to use it once then I get a null reference
exception, so I'm thinking .NET is collecting. Any way to make it say
until the containing class is destroyed?