Share via


Application Class

Encapsulates a Windows Presentation Foundation (WPF) application.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.RPC (in microsoft.spot.rpc.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