Show / Hide Table of Contents

Class Configuration

Provides information about the underlying OS and runtime. You must call Toolkit.Init before accessing members of this class.

Inheritance
System.Object
Configuration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK
Assembly: cs.temp.dll.dll
Syntax
public sealed class Configuration

Properties

RunningOnAndroid

Gets a System.Boolean indicating whether OpenTK is running on an Android device.

Declaration
public static bool RunningOnAndroid { get; }
Property Value
Type Description
System.Boolean

RunningOnIOS

Gets a System.Boolean indicating whether OpenTK is running on an Android device.

Declaration
public static bool RunningOnIOS { get; }
Property Value
Type Description
System.Boolean

RunningOnLinux

Gets a System.Boolean indicating whether OpenTK is running on the Linux kernel.

Declaration
public static bool RunningOnLinux { get; }
Property Value
Type Description
System.Boolean

RunningOnMacOS

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

Declaration
public static bool RunningOnMacOS { get; }
Property Value
Type Description
System.Boolean

RunningOnMono

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

Declaration
public static bool RunningOnMono { get; }
Property Value
Type Description
System.Boolean

RunningOnSdl2

Gets a System.Boolean indicating whether OpenTK is running on the SDL2 backend.

Declaration
public static bool RunningOnSdl2 { get; }
Property Value
Type Description
System.Boolean

RunningOnUnix

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

Declaration
public static bool RunningOnUnix { get; }
Property Value
Type Description
System.Boolean

RunningOnWindows

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

Declaration
public static bool RunningOnWindows { get; }
Property Value
Type Description
System.Boolean

RunningOnX11

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

Declaration
public static bool RunningOnX11 { get; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX