IDkmRunningProcessInfoProvider.GetSystemInformation Method

Definition

Provides information about the computer where the debug monitor is running.

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ GetSystemInformation(Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ connection, bool nativeSystemInfo);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation GetSystemInformation (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection, bool nativeSystemInfo);
abstract member GetSystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection * bool -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public Function GetSystemInformation (connection As DkmTransportConnection, nativeSystemInfo As Boolean) As DkmSystemInformation

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

nativeSystemInfo
Boolean

[In] If true and if the debug monitor is running under WOW64, this function will return information about the native subsystem rather than WOW. If the debug monitor is not running under WOW, this function is ignored.

Returns

[Out] Object describing the system where the debugger is running.

Applies to