DkmProcess.SystemInformation Property

Definition

Contains information about the computer system that this process is running under. If this process is running under WOW (32-bit emulation on a 64-bit OS) this information will be for the 32-bit subsystem rather than the 64-bit subsystem.

public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ SystemInformation { Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ SystemInformation { Microsoft::VisualStudio::Debugger::DefaultPort::DkmSystemInformation ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation SystemInformation { get; }
member this.SystemInformation : Microsoft.VisualStudio.Debugger.DefaultPort.DkmSystemInformation
Public ReadOnly Property SystemInformation As DkmSystemInformation

Property Value

Returns DkmSystemInformation.

Applies to