C# 클래스 MemoScope.Core.ClrTypeStats

상속: ITypeNameData
파일 보기 프로젝트 열기: fremag/MemoScope.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClrTypeStats ( int id, Microsoft.Diagnostics.Runtime.ClrType type ) : BrightIdeasSoftware
ClrTypeStats ( int id, Microsoft.Diagnostics.Runtime.ClrType type, long nbInstances, ulong totalSize ) : BrightIdeasSoftware
Inc ( ulong size ) : void

메소드 상세

ClrTypeStats() 공개 메소드

public ClrTypeStats ( int id, Microsoft.Diagnostics.Runtime.ClrType type ) : BrightIdeasSoftware
id int
type Microsoft.Diagnostics.Runtime.ClrType
리턴 BrightIdeasSoftware

ClrTypeStats() 공개 메소드

public ClrTypeStats ( int id, Microsoft.Diagnostics.Runtime.ClrType type, long nbInstances, ulong totalSize ) : BrightIdeasSoftware
id int
type Microsoft.Diagnostics.Runtime.ClrType
nbInstances long
totalSize ulong
리턴 BrightIdeasSoftware

Inc() 공개 메소드

public Inc ( ulong size ) : void
size ulong
리턴 void