DkmProcess.GetSourceSnapshot 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.
Get the source snapshot object for the debugged process. The debugged process must represent snapshots.
This API was introduced in Visual Studio 15 Update 3 (DkmApiVersion.VS15Update3).
public:
Microsoft::VisualStudio::Debugger::DkmProcessSnapshot ^ GetSourceSnapshot();
public Microsoft.VisualStudio.Debugger.DkmProcessSnapshot GetSourceSnapshot ();
member this.GetSourceSnapshot : unit -> Microsoft.VisualStudio.Debugger.DkmProcessSnapshot
Public Function GetSourceSnapshot () As DkmProcessSnapshot
Returns
[Out] The object that represents the snapshot.
Exceptions
Indicates that the snapshot information is missing even though DkmProcess flags indicate that there is one.