DkmManagedHeapWalker.NextRoots(UInt32) 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 next set of roots from the enumeration.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapRootInfo> ^ NextRoots(System::UInt32 RequestCount);
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapRootInfo> ^ NextRoots(unsigned int RequestCount);
std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapRootInfo> NextRoots(unsigned int RequestCount);
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapRootInfo[] NextRoots (uint RequestCount);
member this.NextRoots : uint32 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapRootInfo[]
Public Function NextRoots (RequestCount As UInteger) As DkmManagedHeapRootInfo()
Parameters
- RequestCount
- UInt32
[In] Count of items requested.
Returns
[Out] Array containing the managed heap root infos.