C# 클래스 System.Internal.DebugHandleTracker

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
IgnoreCurrentHandlesAsLeaks ( ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
CheckLeaks ( ) : void
DebugHandleTracker ( ) : Microsoft.Win32
OnHandleAdd ( string handleName, IntPtr handle, int handleCount ) : void
OnHandleRemove ( string handleName, IntPtr handle, int HandleCount ) : void

메소드 상세

IgnoreCurrentHandlesAsLeaks() 공개 정적인 메소드

public static IgnoreCurrentHandlesAsLeaks ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void