C# Class Tealium.ReferenceTracker

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

Protected Properties

Свойство Type Description
openRefCount int
openRefs List
timer DispatcherTimer

Méthodes protégées

Méthode Description
CalcOpenReferences ( ) : int

Private Methods

Méthode 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 méthode

protected static CalcOpenReferences ( ) : int
Résultat int

Property Details

openRefCount protected_oe static_oe property

protected static int openRefCount
Résultat int

openRefs protected_oe static_oe property

protected static List openRefs
Résultat List

timer protected_oe static_oe property

protected static DispatcherTimer timer
Résultat DispatcherTimer