Gets the ID of this platform
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public abstract string ID { get; }
Public MustOverride ReadOnly Property ID As String
Get
abstract ID : string with get
Property Value
Type:
StringRemarks
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