HackedBrain.ScriptCs.ClrMd.ClrMdPack.DumpHeapStatsByType C# (CSharp) Метод

DumpHeapStatsByType() публичный Метод

public DumpHeapStatsByType ( ) : void
Результат 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