B
Bob
I have a project that uses both managed C# and an unmanaged COM object. I
would like to know the best way to transfer large chunks of data between the
two? I have a continuous stream of BYTE arrays that are on average 4k in
size that I need to move from the COM object to C# as fast and efficient as
possible. I'm thinking either an event that passes in a SafeArray or
using a socket.
Does anyone have any experience with and know what will perform best for me?
Bob
would like to know the best way to transfer large chunks of data between the
two? I have a continuous stream of BYTE arrays that are on average 4k in
size that I need to move from the COM object to C# as fast and efficient as
possible. I'm thinking either an event that passes in a SafeArray or
using a socket.
Does anyone have any experience with and know what will perform best for me?
Bob