DkmTransportConnection.GetSystemInformation(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.