DkmManagedHeapWalker.GetSegments 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.
Gets the list of segments in the heap.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapSegmentInfo> ^ GetSegments();
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapSegmentInfo> ^ GetSegments();
std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapSegmentInfo> GetSegments();
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSegmentInfo[] GetSegments ();
member this.GetSegments : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSegmentInfo[]
Public Function GetSegments () As DkmManagedHeapSegmentInfo()
Returns
[Out] The list of heap segments.