简体   繁体   English

我可以从64位应用程序运行C#程序集(dll)为32位吗?

[英]Can I run a C# assembly (dll) as 32bit from a 64bit application?

I'm actually doing this with helper executables that are 32bit. 我实际上正在使用32位的辅助可执行文件。 But can I do it with DLLs that run on 32bit CodeDOM? 但我可以使用在32位CodeDOM上运行的DLL吗?

Maybe, this helps you Calling 32bit Code from 64bit Process 也许,这有助于您从64位进程调用32位代码

But it's better to call 32bit from separate 32bit process, and your 64bit code could start it and communicate with it 但最好从单独的32位进程调用32位,而你的64位代码可以启动它并与之通信

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM