Click or drag to resize

PlatformDetect Property

Returns the current generator, or detects the generator to use if no current generator is set.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Platform Detect { get; }

Property Value

Type: Platform
Remarks
This detects the platform to use based on the generator assemblies available and the current OS. For windows, it will prefer WPF to Windows Forms. Mac OS X will prefer the Mac platform. Other unix-based platforms will prefer GTK.
See Also