Configuration Class

Definition

Provides information about the underlying OS and runtime.

public static class Configuration
type Configuration = class
Inheritance
Configuration

Properties

RunningOnAndroid
RunningOnLinux

Gets a System.Boolean indicating whether OpenTK is running on an X11 platform.

RunningOnMacOS

Gets a System.Boolean indicating whether OpenTK is running on a MacOS platform.

RunningOnMono

Gets a System.Boolean indicating whether OpenTK is running on the Mono runtime.

RunningOnUnix
RunningOnWindows

Gets a System.Boolean indicating whether OpenTK is running on a Windows platform.

RunningOnX11

Gets a System.Boolean indicating whether OpenTK is running on an X11 platform.

Applies to