C# Class DeviceApp.App

既定の Application クラスを補完するアプリケーション固有の動作を提供します。
Inheritance: Prism.Unity.Windows.PrismUnityApplication
Datei anzeigen Open project: runceel/PrismEdu

Public Methods

Method Description
App ( ) : System

単一アプリケーション オブジェクトを初期化します。これは、実行される作成したコードの 最初の行であるため、main() または WinMain() と論理的に等価です。

Protected Methods

Method Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Method Details

App() public method

単一アプリケーション オブジェクトを初期化します。これは、実行される作成したコードの 最初の行であるため、main() または WinMain() と論理的に等価です。
public App ( ) : System
return System

OnLaunchApplicationAsync() protected method

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return System.Threading.Tasks.Task