Share via


DkmManagedHeapSampler.GetSampledHeapDataWithoutRoots(UInt32) Method

Definition

Returns the next requested portion of serialized object graph data, without including root information.

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

This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).

public byte[] GetSampledHeapDataWithoutRoots (uint RequestCount);
member this.GetSampledHeapDataWithoutRoots : uint32 -> byte[]
Public Function GetSampledHeapDataWithoutRoots (RequestCount As UInteger) As Byte()

Parameters

RequestCount
UInt32

[In] Count of items requested.

Returns

Byte[]

[Out] Sampled heap data.

Applies to