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

DumpHeapStatsByType() public method

public DumpHeapStatsByType ( ) : void
return void
		public void DumpHeapStatsByType()
		{
			this.DumpHeapStatsByType(0, 0, null);
		}

Same methods

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 ( long minSize, string typeName ) : void
ClrMdPack::DumpHeapStatsByType ( string typeName ) : void