C# Class MemoScope.Core.ClrTypeStats

Inheritance: ITypeNameData
Afficher le fichier Open project: fremag/MemoScope.Net

Private Properties

Свойство Type Description

Méthodes publiques

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

public ClrTypeStats ( int id, Microsoft.Diagnostics.Runtime.ClrType type ) : BrightIdeasSoftware
id int
type Microsoft.Diagnostics.Runtime.ClrType
Résultat BrightIdeasSoftware

ClrTypeStats() public méthode

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
Résultat BrightIdeasSoftware

Inc() public méthode

public Inc ( ulong size ) : void
size ulong
Résultat void