Click or drag to resize

PlatformIsValid Property

Gets a value indicating that this platform is valid on the running device

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool IsValid { get; }

Property Value

Type: Boolean
true if this platform is valid and can be run; otherwise, false.
Remarks
This is used in platform detection to ensure that the correct platform is loaded. For example, the Mac platforms are only valid when run in an .app bundle.
See Also