Characteristic |
Locus |
Inheritance |
System.Object
> App<D, A>
|
Implements
|
IApp
|
Inherited Members |
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
|
Namespace |
Meadow |
Assembly |
Meadow.dll |
Syntax
public abstract class App<D, A> : IApp where D : class, IIODevice where A : class, IApp
Type Parameters
Constructors
App()
Declaration
Properties
Current
Declaration
public static A Current { get; }
Property Value
Type |
Description |
A |
The current.
|
Device
Declaration
public static D Device { get; }
Property Value
Methods
OnWake()
Called when the application wakes up from sleep.
Declaration
public virtual void OnWake()
WillReset()
Declaration
public virtual void WillReset()
WillSleep()
Called when the application is put to sleep.
Declaration
public virtual void WillSleep()