Platform 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定运行进程的平台。
public ref class Platform abstract sealed
public static class Platform
type Platform = class
Public Class Platform
- 继承
-
Platform
字段
IsLinux |
在 Linux 平台上返回 true。 |
IsMac |
在 Mac OS 平台上返回 true。 |
IsWindows |
在 Windows 平台上返回 true。 |
方法
Initialize() |
确定运行进程的平台。 |