HackedBrain.ScriptCs.ClrMd.ClrMdPack.DumpHeapStatsByType C# (CSharp) Method

DumpHeapStatsByType() public method

public DumpHeapStatsByType ( long minSize, string typeName ) : void
minSize long
typeName string
return void
		public void DumpHeapStatsByType(long minSize, string typeName)
		{
			this.DumpHeapStatsByType(minSize, 0, typeName);
		}

Same methods

ClrMdPack::DumpHeapStatsByType ( ) : void
ClrMdPack::DumpHeapStatsByType ( long minSize ) : void
ClrMdPack::DumpHeapStatsByType ( long minSize, long maxSize, string typeName ) : void
ClrMdPack::DumpHeapStatsByType ( long minSize, long maxSize, string typeName, IEnumerable typeHeapStats ) : void
ClrMdPack::DumpHeapStatsByType ( string typeName ) : void