DkmManagedHeapSampler.GetSampledHeapTypeStats176(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.