Archive for the ‘Interop Marshalling’ Category
The communication between the managed and the unmanaged world can be possible in two different models supported by .NET CLR 1) Platform Invoke (Consuming unmanaged DLL methods from managed code) 2) COM Interop ( Exposing managed methods to unmanaged and vice versa using wrappers) In my notes, I will focus more on the [...]
Filed under: Interop Marshalling | Leave a Comment
Tags: COM Interop, Interop Marshalling
