C# Class Tealium.ReferenceTracker

This is an internal class for performance testing.
Show file Open project: Tealium/win-library Class Usage Examples

Protected Properties

Property Type Description
openRefCount int
openRefs List
timer DispatcherTimer

Protected Methods

Method Description
CalcOpenReferences ( ) : int

Private Methods

Method Description
Current_Suspending ( object sender, EventArgs e ) : void
Current_Suspending ( object sender, Windows e ) : void
ReferenceTracker ( ) : System
StartRefCounter ( ) : void
StopRefCounter ( ) : void
TrackReference ( object o ) : void
timer_Tick ( object sender, object e ) : void

Method Details

CalcOpenReferences() protected static method

protected static CalcOpenReferences ( ) : int
return int

Property Details

openRefCount protected static property

protected static int openRefCount
return int

openRefs protected static property

protected static List openRefs
return List

timer protected static property

protected static DispatcherTimer timer
return DispatcherTimer