Run Method

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

Starts a Windows Presentation Foundation (WPF) application.

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

Syntax

'Declaration
Public Sub Run
public void Run()
public:
void Run()
member Run : unit -> unit 
public function Run()

Remarks

The Run method is called to start a WPF application. If you define your Application object by using only XAML, or by using XAML and code in a code-behind page, Run is called implicitly (automatically). However, if you define your Application object by using only code, you must call Run explicitly.

.NET Framework Security

See Also

Reference

Application Class

Run Overload

Microsoft.SPOT Namespace