C# Class OpenTK.Configuration

Provides information about the underlying OS and runtime.
Mostrar archivo Open project: andykorth/opentk Class Usage Examples

Private Properties

Property Type Description
Configuration System
DetectSdl2 bool
DetectUnixKernel string
Init void
uname void

Private Methods

Method Description
Configuration ( ) : System
DetectSdl2 ( ) : bool
DetectUnixKernel ( ) : string

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

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