Platform Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |