Personally I'd be thinking of using something like named pipes as they are easy to use from the C++ side and the DllImports are well documented System.IO.Pipes on the .NET site side also.
It would also be the path of probably least resistance if you're planning to replace the other non .NET bits of the app over time.
