C# Class MemoScope.Modules.Arrays.ArraysInformation

Inheritance: ITypeNameData
Show file Open project: fremag/MemoScope.Net

Private Properties

Property Type Description

Public Methods

Method Description
ArraysInformation ( ClrDumpType arrayType ) : MemoScope.Core.Data
ArraysInformation ( ClrDumpType arrayType, ulong nbInstances, ulong totalLength, ulong maxLength, ulong totalSize ) : MemoScope.Core.Data

Method Details

ArraysInformation() public method

public ArraysInformation ( ClrDumpType arrayType ) : MemoScope.Core.Data
arrayType MemoScope.Core.Data.ClrDumpType
return MemoScope.Core.Data

ArraysInformation() public method

public ArraysInformation ( ClrDumpType arrayType, ulong nbInstances, ulong totalLength, ulong maxLength, ulong totalSize ) : MemoScope.Core.Data
arrayType MemoScope.Core.Data.ClrDumpType
nbInstances ulong
totalLength ulong
maxLength ulong
totalSize ulong
return MemoScope.Core.Data