How does the .net framework behave, if my application is a 64-Bit application (on a 64-bit windows server) but mixes x86 and x64 assemblies? Does it run as a full 64-Bit app? As far as i know does x64 and x86 differ in memory addressing and cpu instruction set.
Now the question, how does memory addressing works if mixing x64 and x86 assemblies and am i able to use more then 2GB ram in an x64 based application using not only x64 compiled assemblies?
Please comment if the question is unclear or if you need further information.
Thank you!