IDkmSerializedProcessInfoProvider.GetSystemInformation Method

Definition

Get information about the computer where the recorded process ran.

public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo serializedProcessInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (serializedProcessInfo As DkmSerializedProcessInfo) As DkmSystemInformation

Parameters

serializedProcessInfo
DkmSerializedProcessInfo

[In] Basic information about a non-executable file that can be debugged.

Returns

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

Applies to