C# Class ModernApp4Me.WP8.Sample.MemoryProfiler.MemoryProfilerPage

Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
MemoryProfilerPage ( ) : System
UpdateViewModel ( string report ) : void

Méthodes protégées

Méthode Description
ComputeViewModel ( ) : Task
OnFullfillDisplayObjects ( ) : void
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
RetrieveMainContainer ( ) : System.Windows.Controls.Panel
RetrieveProgressIndicator ( ) : ProgressIndicator

Method Details

ComputeViewModel() protected méthode

protected ComputeViewModel ( ) : Task
Résultat Task

MemoryProfilerPage() public méthode

public MemoryProfilerPage ( ) : System
Résultat System

OnFullfillDisplayObjects() protected méthode

protected OnFullfillDisplayObjects ( ) : void
Résultat void

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

RetrieveMainContainer() protected méthode

protected RetrieveMainContainer ( ) : System.Windows.Controls.Panel
Résultat System.Windows.Controls.Panel

RetrieveProgressIndicator() protected méthode

protected RetrieveProgressIndicator ( ) : ProgressIndicator
Résultat ProgressIndicator

UpdateViewModel() public méthode

public UpdateViewModel ( string report ) : void
report string
Résultat void