C# 클래스 React.SystemEnvironmentUtils

Utility functions for handling system environmental differences
파일 보기 프로젝트 열기: reactjs/React.NET

공개 메소드들

메소드 설명
IsRunningOnMac ( ) : bool

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

비공개 메소드들

메소드 설명
uname ( IntPtr buf ) : int

메소드 상세

IsRunningOnMac() 공개 정적인 메소드

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