Click or drag to resize

PlatformID Property

Gets the ID of this platform

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract string ID { get; }

Property Value

Type: String
Remarks
The platform ID can be used to determine which platform is currently in use. The platform does not necessarily correspond to the OS that it is running on, as for example the GTK platform can run on OS X and Windows.
See Also