C# Class Windows.UI.Xaml.Application

Inheritance: IApplication, IApplicationOverrides
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Application ( ) : System
Exit ( ) : void
Start ( [ callback ) : void

Protected Methods

Method Description
OnActivated ( [ args ) : void
OnCachedFileUpdaterActivated ( [ args ) : void
OnFileActivated ( [ args ) : void
OnFileOpenPickerActivated ( [ args ) : void
OnFileSavePickerActivated ( [ args ) : void
OnLaunched ( [ args ) : void
OnSearchActivated ( [ args ) : void
OnShareTargetActivated ( [ args ) : void

Private Methods

Method Description
LoadComponent ( [ component, [ resourceLocator ) : void
LoadComponent ( [ component, [ resourceLocator, [ componentResourceLocation ) : void

Method Details

Application() public method

public Application ( ) : System
return System

Exit() public method

public Exit ( ) : void
return void

OnActivated() protected method

protected OnActivated ( [ args ) : void
args [
return void

OnCachedFileUpdaterActivated() protected method

protected OnCachedFileUpdaterActivated ( [ args ) : void
args [
return void

OnFileActivated() protected method

protected OnFileActivated ( [ args ) : void
args [
return void

OnFileOpenPickerActivated() protected method

protected OnFileOpenPickerActivated ( [ args ) : void
args [
return void

OnFileSavePickerActivated() protected method

protected OnFileSavePickerActivated ( [ args ) : void
args [
return void

OnLaunched() protected method

protected OnLaunched ( [ args ) : void
args [
return void

OnSearchActivated() protected method

protected OnSearchActivated ( [ args ) : void
args [
return void

OnShareTargetActivated() protected method

protected OnShareTargetActivated ( [ args ) : void
args [
return void

Start() public static method

public static Start ( [ callback ) : void
callback [
return void