DkmTransportConnection.GetSystemInformation(Boolean) Methode

Definition

Enthält Informationen über den Computer, auf dem der Debugmonitor ausgeführt wird.

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

Parameter

NativeSystemInfo
Boolean

In Wenn true und der Debug-Monitor unter WOW64 ausgeführt wird, gibt diese Funktion Informationen zum systemeigenen Subsystem zurück, anstatt wow. Wenn der Debug-Monitor nicht unter wow ausgeführt wird, wird diese Funktion ignoriert.

Gibt zurück

DkmSystemInformation

Vorgenommen Objekt, das das System beschreibt, in dem der Debugger ausgeführt wird.

Gilt für