C# Class React.SystemEnvironmentUtils

Utility functions for handling system environmental differences
显示文件 Open project: reactjs/React.NET

Public Methods

Method Description
IsRunningOnMac ( ) : bool

Determines whether the application is running on Mac OS. Based off Mono's XplatUI.cs, licensed under LGPL.

Private Methods

Method Description
uname ( IntPtr buf ) : int

Method Details

IsRunningOnMac() public static method

Determines whether the application is running on Mac OS. Based off Mono's XplatUI.cs, licensed under LGPL.
public static IsRunningOnMac ( ) : bool
return bool