C# Class HackedBrain.ScriptCs.ClrMd.ClrRuntimeExtensions

Mostrar archivo Open project: HackedBrain/ScriptCs.ClrMD

Public Methods

Method Description
GetFinalizerQueueHeapStatsByType ( this clrRuntime ) : IEnumerable
GetHeapStatsByType ( this clrRuntime ) : IEnumerable

Private Methods

Method Description
GetHeapStatsByTypeForObjectSet ( Microsoft.Diagnostics.Runtime.ClrRuntime clrRuntime, IEnumerable objectIdSet ) : IEnumerable

Method Details

GetFinalizerQueueHeapStatsByType() public static method

public static GetFinalizerQueueHeapStatsByType ( this clrRuntime ) : IEnumerable
clrRuntime this
return IEnumerable

GetHeapStatsByType() public static method

public static GetHeapStatsByType ( this clrRuntime ) : IEnumerable
clrRuntime this
return IEnumerable