DkmSystemInformation.HostArchitecture Property
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.
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