Platform 类

定义

确定运行进程的平台。

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()

确定运行进程的平台。

适用于