C# 클래스 Notification.UWP.App

파일 보기 프로젝트 열기: gruan01/Xamarin-Example

공개 메소드들

메소드 설명
App ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

BuildUp() 보호된 메소드

protected BuildUp ( object instance ) : void
instance object
리턴 void

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
리턴 IEnumerable

GetInstance() 보호된 메소드

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

OnLaunched() 보호된 메소드

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

OnSuspending() 보호된 메소드

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

SelectAssemblies() 보호된 메소드

protected SelectAssemblies ( ) : IEnumerable
리턴 IEnumerable