Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 .NET 4.5 中,我可以调用Environment.Is64BitProcess来检测进程是在 32 位还是 64 位中运行。如何在 Classic ASP 应用程序中实现相同的目标?
Environment.Is64BitProcess
您可以从经典 asp 调用 .NET 框架。
Dim objUnicode Set objUnicode = CreateObject("System.Text.UnicodeEncoding")
我不确定Environment.Is64BitProcess从经典的 asp 进程调用它时会返回什么,但它可能值得一试!