DkmRecordedProcessInfo.GetSystemInformation Method

Definition

Get information about the computer where the recorded process ran.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ GetSystemInformation();
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation ();
member this.GetSystemInformation : unit -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation () As DkmSystemInformation

Returns

[Out] Object describing the system where the recorded process ran.

Applies to