DkmProcess.GetProcessSnapshots 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.
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.