简体   繁体   中英

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

I'm actually doing this with helper executables that are 32bit. But can I do it with DLLs that run on 32bit CodeDOM?

Maybe, this helps you Calling 32bit Code from 64bit Process

But it's better to call 32bit from separate 32bit process, and your 64bit code could start it and communicate with it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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