StateBase Class
3/29/2010
The abstract base of a State class. You can use State classes to query system state values, and then be notified when changes occur.
Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)
Syntax
public abstract class StateBase : IApplicationLauncher
'Declaration
Public MustInherit Class StateBase
Implements IApplicationLauncher
Inheritance Hierarchy
System.Object
Microsoft.WindowsMobile.Status.StateBase
Microsoft.WindowsMobile.Status.RegistryState
Microsoft.WindowsMobile.Status.SystemState
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.