C# 클래스 OpenTK.Configuration

Provides information about the underlying OS and runtime.
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Configuration System
DetectSdl2 bool
DetectUnixKernel string
Init void
uname void

비공개 메소드들

메소드 설명
Configuration ( ) : System
DetectSdl2 ( ) : bool
DetectUnixKernel ( ) : string

Detects the unix kernel by p/invoking uname (libc).

Init ( ) : void
uname ( utsname &uname_struct ) : void