Language

DkmSystemInformation.HostArchitecture Property

Definition

PROCESSOR_ARCHITECTURE_* value for the host system. For a dump file of a process running under WoW or Emulation this can either match the architecture of the process or architecture of the Operating System depending on what view of the process is being used.

This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).

public Microsoft.VisualStudio.Debugger.DkmProcessorArchitecture HostArchitecture { get; }
member this.HostArchitecture : Microsoft.VisualStudio.Debugger.DkmProcessorArchitecture
Public ReadOnly Property HostArchitecture As DkmProcessorArchitecture

Property Value

Applies to