DkmRuntimeInstance.GetManagedHeapWalkers 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.
GetManagedHeapWalkers enumerates the DkmManagedHeapWalker elements of this DkmRuntimeInstance object.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedHeapWalker ^> ^ GetManagedHeapWalkers();
public Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapWalker[] GetManagedHeapWalkers ();
member this.GetManagedHeapWalkers : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapWalker[]
Public Function GetManagedHeapWalkers () As DkmManagedHeapWalker()
Returns
[Out] Array containing the enumerated elements.