DkmManagedHeapWalker.NextRoots(UInt32) Yöntem

Tanım

Numaralandırmadaki bir sonraki kökleri kümesini döndürür.

         Bu API, Visual Studio 12 RTM (DkmApiVersion. VS12RTM) sürümünde sunulmuştur.
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()

Parametreler

RequestCount
UInt32

'Ndaki İstenen öğe sayısı.

Döndürülenler

DkmManagedHeapRootInfo[]

Dışı Yönetilen yığın kök bilgilerini içeren dizi.

Şunlara uygulanır