Will Unmanaged code (CPP) operated by Managed code (C#) have the same preformance as if it was operated by another unmanaged code (does the stack operate the same etc)?
I.e. - If I call code in MyCppApp from MyCs will it have the same performance as if it was called from MyCpp2App?
I am aware of the toll of the interop actions, but leaving those aside, My question is on performance of the CPP code execution itself.
Thanks, S