Please enable JavaScript to view this site.

Memory Validator Help

Navigation: C# API

Object Inactivity

Scroll Prev Top Next More

 

setStaleStartupThreshold()

 

Mark this location in program execution as the the stale startup threshold location.

 
public static void setStaleStartupThreshold();
 

 

setStaleIgnoreThreshold()

 

Set the number of garbage collections to use as the stale object ignore threshold.

 
public static void setStaleIgnoreThreshold(UInt32 threshold);
 

 

enableObjectActivityDataCollection()

 

Enable object activity data collection.

 
public static void enableObjectActivityDataCollection(bool enable);
 

 

setStaleInactivityStart()

 

Set the stale inactivity start location.

 
public static void setStaleInactivityStart();
 

 

setStaleInactivityEnd()

 

Set the stale inactivity end location.

 
public static void setStaleInactivityEnd();
 

 

setStaleInactivityIgnore()

 

Set the stale inactivity ignore threshold. Specify the number of garbage collections to ignore.

 
public static void setStaleInactivityIgnore(UInt32 ignore);