OSPlatform.Windows 属性

定义

获取表示 Windows 操作系统的对象。

public:
 static property System::Runtime::InteropServices::OSPlatform Windows { System::Runtime::InteropServices::OSPlatform get(); };
public static System.Runtime.InteropServices.OSPlatform Windows { get; }
static member Windows : System.Runtime.InteropServices.OSPlatform
Public Shared ReadOnly Property Windows As OSPlatform

属性值

表示 Windows 操作系统的对象。

适用于