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