C# Класс ModernApp4Me.WP8.Debug.M4MMemoryProfiler

Enables to profile the usage of the memory.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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