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
Syntaxpublic virtual bool IsValid { get; }Public Overridable ReadOnly Property IsValid As Boolean
	Get
abstract IsValid : bool with get
override IsValid : bool with get
Property Value
Type: 
Booleantrue if this platform is valid and can be run; otherwise, 
false.
 Remarks
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
See Also