C# 클래스 ModernApp4Me.WP8.Debug.M4MMemoryProfiler

Enables to profile the usage of the memory.
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me 1 사용 예제들

공개 메소드들

메소드 설명
BeginRecording ( ) : void

보호된 메소드들

메소드 설명
WriteReport ( string report ) : void

Enables to write the memory state where you want like the isostore or the debug console.

메소드 상세

BeginRecording() 공개 메소드

public BeginRecording ( ) : void
리턴 void

WriteReport() 보호된 추상적인 메소드

Enables to write the memory state where you want like the isostore or the debug console.
protected abstract WriteReport ( string report ) : void
report string the memory state
리턴 void