Share via


Platform Class

Definition

Determines which platform the process is running on.

public ref class Platform abstract sealed
public static class Platform
type Platform = class
Public Class Platform
Inheritance
Platform

Fields

IsLinux

Returns true on Linux platforms.

IsMac

Returns true on Mac OS platforms.

IsWindows

Returns true on Windows platform.

Methods

Initialize()

Applies to