C# Class SimpleViewer.Universal.App

Afficher le fichier Open project: fo-dicom/fo-dicom-samples

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnLaunched ( LaunchActivatedEventArgs args ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

BuildUp() protected méthode

protected BuildUp ( object instance ) : void
instance object
Résultat void

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetAllInstances() protected méthode

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service Type
key string
Résultat object

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs
Résultat void