作者:以后再试巛_113 | 来源:互联网 | 2023-09-23 09:14
IstheresomesortofC#directivetousewhenusingadevelopmentmachine(32-bitor64-bit)thats
Is there some sort of C# directive to use when using a development machine (32-bit or 64-bit) that says something to the effect of:
是否有某种C#指令在使用开发机器(32位或64位)时使用,该指令说明了以下内容:
if (32-bit Vista)
// set a property to true
else if (64-bit Vista)
// set a property to false
but I want to do this in Visual Studio as I have an application I'm working on that needs to be tested in 32/64 bit versions of Vista.
但我想在Visual Studio中这样做,因为我有一个我正在研究的应用程序需要在32/64位版本的Vista中进行测试。
Is something like this possible?
这样的事情可能吗?
9 个解决方案