DkmManagedHeapSampler.GetSampledHeapData(UInt32) Method

Definition

Returns the next requested portion of serialized object graph data.

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

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 cli::array <System::Byte> ^ GetSampledHeapData(System::UInt32 RequestCount);
public:
 Platform::Array <byte> ^ GetSampledHeapData(unsigned int RequestCount);
std::Array <byte> GetSampledHeapData(unsigned int RequestCount);
public byte[] GetSampledHeapData (uint RequestCount);
member this.GetSampledHeapData : uint32 -> byte[]
Public Function GetSampledHeapData (RequestCount As UInteger) As Byte()

Parameters

RequestCount
UInt32

[In] Count of items requested.

Returns

Byte[]

[Out] Sampled heap data.

Applies to