IDkmRecordedProcessInfoProvider.GetSystemInformation Method

Definition

Get information about the computer where the recorded process ran.

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ GetSystemInformation(Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ recordedProcessInfo);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo recordedProcessInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (recordedProcessInfo As DkmRecordedProcessInfo) As DkmSystemInformation

Parameters

recordedProcessInfo
DkmRecordedProcessInfo

[In] Basic information about a non-executable file that can be debugged. This non-executable file can be a recording of a running process, e.g. a time travel debug trace file.

Returns

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

Applies to