C# Class Notification.UWP.App

Mostra file Open project: gruan01/Xamarin-Example

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnLaunched ( LaunchActivatedEventArgs args ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
SelectAssemblies ( ) : IEnumerable

Method Details

App() public method

public App ( ) : System
return System

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnSuspending() protected method

protected OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
return void

SelectAssemblies() protected method

protected SelectAssemblies ( ) : IEnumerable
return IEnumerable