DkmManagedHeapSampler.GetSampledHeapDataWithoutRoots(UInt32) 方法

定义

返回序列化对象图数据的下一个请求部分,不包括根信息。

位置约束:必须从 IDE 组件 (组件级别 > 100,000) 调用 API。

此 API 是在 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()

参数

RequestCount
UInt32

[In]请求的项计数。

返回

Byte[]

[Out]采样的堆数据。

适用于