C# 클래스 Tealium.ReferenceTracker

This is an internal class for performance testing.
파일 보기 프로젝트 열기: Tealium/win-library 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
openRefCount int
openRefs List
timer DispatcherTimer

보호된 메소드들

메소드 설명
CalcOpenReferences ( ) : int

비공개 메소드들

메소드 설명
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

메소드 상세

CalcOpenReferences() 보호된 정적인 메소드

protected static CalcOpenReferences ( ) : int
리턴 int

프로퍼티 상세

openRefCount 보호되어 있는 정적으로 프로퍼티

protected static int openRefCount
리턴 int

openRefs 보호되어 있는 정적으로 프로퍼티

protected static List openRefs
리턴 List

timer 보호되어 있는 정적으로 프로퍼티

protected static DispatcherTimer timer
리턴 DispatcherTimer