DkmTransportConnection.GetSystemInformation(Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Vorgenommen Objekt, das das System beschreibt, in dem der Debugger ausgeführt wird.