C# Class DeviceApp.App

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

Méthodes publiques

Méthode Description
App ( ) : System

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

Méthodes protégées

Méthode Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task

Method Details

App() public méthode

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

OnLaunchApplicationAsync() protected méthode

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat System.Threading.Tasks.Task