Share via


Application Class

Encapsulates application-specific functionality, including application lifetime events and application-scope window management.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public class Application : DispatcherObject

Remarks

Each instance of the Application class is a singleton object whose application-scope services are shared across a single application domain. Consequently, only one Application object can be created per AppDomain object. To enable shared access, the Application class provides the static Current property, which returns a reference to the Application object for the current AppDomain object.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Application Members
Microsoft.SPOT Namespace