ICorDebugHeapEnum.Next(UInt32, COR_HEAPOBJECT[], UInt32) Method
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.
C++
public:
int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_HEAPOBJECT> ^ objs, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next(uint celt, Microsoft.VisualStudio.CorDebugInterop.COR_HEAPOBJECT[] objs, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.CorDebugInterop.COR_HEAPOBJECT[] * uint32 -> int
Public Function Next (celt As UInteger, objs As COR_HEAPOBJECT(), ByRef pceltFetched As UInteger) As Integer
- celt
- UInt32
- objs
- COR_HEAPOBJECT[]
- pceltFetched
- UInt32
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |