Share via


DkmManagedHeapSampler.GetSampledHeapTypeStats176(Boolean) Method

Definition

Returns the heap type stats, optionally including dead objects in the counts.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapTypeInfo[] GetSampledHeapTypeStats176 (bool IncludeDeadObjects);
member this.GetSampledHeapTypeStats176 : bool -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapTypeInfo[]
Public Function GetSampledHeapTypeStats176 (IncludeDeadObjects As Boolean) As DkmManagedHeapTypeInfo()

Parameters

IncludeDeadObjects
Boolean

[In] Whether or not to include dead objects in the type counts.

Returns

[Out] Sampled heap type stats.

Applies to