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

Show file Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
MemoryProfilerPage ( ) : System
UpdateViewModel ( string report ) : void

Protected Methods

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

Method Details

ComputeViewModel() protected method

protected ComputeViewModel ( ) : Task
return Task

MemoryProfilerPage() public method

public MemoryProfilerPage ( ) : System
return System

OnFullfillDisplayObjects() protected method

protected OnFullfillDisplayObjects ( ) : void
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

RetrieveMainContainer() protected method

protected RetrieveMainContainer ( ) : System.Windows.Controls.Panel
return System.Windows.Controls.Panel

RetrieveProgressIndicator() protected method

protected RetrieveProgressIndicator ( ) : ProgressIndicator
return ProgressIndicator

UpdateViewModel() public method

public UpdateViewModel ( string report ) : void
report string
return void