DkmTransportConnection.GetSystemInformation(Boolean) Method

Definition

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

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

Parameters

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