C# 클래스 ModernApp4Me.WP8.Sample.MemoryProfiler.MemoryProfilerPage

파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

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