DkmProcess.GetProcessSnapshots Method

Definition

GetProcessSnapshots enumerates the DkmProcessSnapshot elements of this DkmProcess object.

This API was introduced in Visual Studio 15 Update 3 (DkmApiVersion.VS15Update3).

public:
 cli::array <Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^> ^ GetProcessSnapshots();
public Microsoft.VisualStudio.Debugger.DkmProcessSnapshot[] GetProcessSnapshots ();
member this.GetProcessSnapshots : unit -> Microsoft.VisualStudio.Debugger.DkmProcessSnapshot[]
Public Function GetProcessSnapshots () As DkmProcessSnapshot()

Returns

[Out] Array containing the enumerated elements.

Applies to