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
Syntaxpublic static Platform Detect { get; }Public Shared ReadOnly Property Detect As Platform
	Get
static member Detect : Platform with get
Property Value
Type: 
Platform Remarks
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
See Also