C# Класс ModernApp4Me.WP8.Sample.MemoryProfiler.MemoryProfilerPage

Показать файл Открыть проект

Открытые методы

Метод Описание
MemoryProfilerPage ( ) : System
UpdateViewModel ( string report ) : void

Защищенные методы

Метод Описание
ComputeViewModel ( ) : Task
OnFullfillDisplayObjects ( ) : void
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
RetrieveMainContainer ( ) : System.Windows.Controls.Panel
RetrieveProgressIndicator ( ) : ProgressIndicator

Описание методов

ComputeViewModel() защищенный Метод

protected ComputeViewModel ( ) : Task
Результат Task

MemoryProfilerPage() публичный Метод

public MemoryProfilerPage ( ) : System
Результат System

OnFullfillDisplayObjects() защищенный Метод

protected OnFullfillDisplayObjects ( ) : void
Результат void

OnNavigatedFrom() защищенный Метод

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Результат void

RetrieveMainContainer() защищенный Метод

protected RetrieveMainContainer ( ) : System.Windows.Controls.Panel
Результат System.Windows.Controls.Panel

RetrieveProgressIndicator() защищенный Метод

protected RetrieveProgressIndicator ( ) : ProgressIndicator
Результат ProgressIndicator

UpdateViewModel() публичный Метод

public UpdateViewModel ( string report ) : void
report string
Результат void