Please enable JavaScript to view this site.

Memory Validator Help

Navigation: C# API

Snapshots

Scroll Prev Top Next More

 
makeSnapshot()

 

Create a snapshot of .Net objects with the name snapshotName.

 
public static void makeSnapshot(string snapshotName);
 

 

makeSnapshotComparison()

 

Create a comparison of the most recent 2 snapshots with the name comparisonName.

 
public static void makeSnapshotComparison(string comparisonName);