Create a snapshot of .Net objects with the name snapshotName.
 
public static void makeSnapshot(string snapshotName);
 
Create a comparison of the most recent 2 snapshots with the name comparisonName.
 
public static void makeSnapshotComparison(string comparisonName);