Search Results

1
vote

What’s the most efficient way to marshal C++ structs to C#?

This may be outside the bounds of your question, but I would be inclined to write a little assembly in Managed C++ that did an fread() or something similarly fast to read in the structs. Once you'v …