DkmManagedHeapSampler.NextRoots(UInt32) Method

Definition

Walks the given number of GC roots on the heap.

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:
 System::UInt32 NextRoots(System::UInt32 RequestCount);
public:
 unsigned int NextRoots(unsigned int RequestCount);
unsigned int NextRoots(unsigned int RequestCount);
public uint NextRoots (uint RequestCount);
member this.NextRoots : uint32 -> uint32
Public Function NextRoots (RequestCount As UInteger) As UInteger

Parameters

RequestCount
UInt32

[In] Count of items requested.

Returns

[Out] Count of items fetched.

Applies to