C# Class MemoScope.Core.ClrTypeStats

Inheritance: ITypeNameData
Exibir arquivo Open project: fremag/MemoScope.Net

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ClrTypeStats() public method

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

ClrTypeStats() public method

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
return BrightIdeasSoftware

Inc() public method

public Inc ( ulong size ) : void
size ulong
return void