Current Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Application object for the current application domain.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Current As Application
public static Application Current { get; }
public:
static property Application^ Current {
    Application^ get ();
}
static member Current : Application
static function get Current () : Application

Property Value

Type: Microsoft.SPOT. . :: . .Application
The Application object for the current AppDomain object.

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace