C# Class React.SystemEnvironmentUtils

Utility functions for handling system environmental differences
Afficher le fichier Open project: reactjs/React.NET

Méthodes publiques

Méthode Description
IsRunningOnMac ( ) : bool

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

Private Methods

Méthode Description
uname ( IntPtr buf ) : int

Method Details

IsRunningOnMac() public static méthode

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