Property | Type | Description | |
---|---|---|---|
splashScreen |
Method | Description | |
---|---|---|
App ( ) : System |
Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
|
Method | Description | |
---|---|---|
OnActivated ( IActivatedEventArgs args ) : void |
Invoked when application is launched through protocol. Read more - http://msdn.microsoft.com/library/windows/apps/br224742
|
|
OnFileActivated ( |
Invoked when application is launched via file Read more - http://msdn.microsoft.com/library/windows/apps/br224742
|
|
OnLaunched ( |
Invoked when the application is launched normally by the end user. Other entry points will be used when the application is launched to open a specific file, to display search results, and so forth.
|
Method | Description | |
---|---|---|
InitializeUnity ( string args ) : void |
protected OnActivated ( IActivatedEventArgs args ) : void | ||
args | IActivatedEventArgs | |
return | void |
protected OnFileActivated ( |
||
args | ||
return | void |
protected OnLaunched ( |
||
args | Details about the launch request and process. | |
return | void |