Configuration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |