OpenNETCF Smart Device Framework 2.2
The OpenNETCF.WindowsCE namespace

Classes

  ClassDescription
DateTimeHelper
Provides additional DateTime functions
DeviceManagement
This class provides access to common device management functionality
LargeIntervalTimer
This class encapsulates a low resolution Timer that is designed to be fired on large intervals (from seconds to even days).

Remarks

Unlike the Forms or Threading Timers, if the device is asleep when the Tick occurs, the device will wake and the Tick handler will run.
MemoryManagement
This class is used for general memory management of CE-based devices
PowerManagement
This class provides power-related functions for CE-based devices
TimeZoneCollection
Define a TimeZoneCollection which can return a list of all of the TimeZones known to the OS. This should help make time zone picker controls, etc.
TimeZoneInformation
Time Zone information

Structures

  StructureDescription
SystemInfo
This structure contains information about the current computer system. This includes the processor type, page size, memory addresses, and OEM identifier.
TZData

Delegates

  DelegateDescription
DeviceNotification
Delegate for device notification events

Enumerations

  EnumerationDescription
DevicePowerState
Device Power State
NotificationEvent
Available notification events
ProcessorArchitecture
Processor Architecture values (GetSystemInfo)
ProcessorType
Processor type values (GetSystemInfo)
StdIoStream
Defines for the current Stdio Stream
TimeZoneState
Return values from GetTimeZoneInformation()()().