Table of Contents

Method GetArchitectureFromPid

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

GetArchitectureFromPid(int)

Determines the platform architecture the OS is running a process in. Wow mode processes will report INTEL (32bit) otherwise all processes run in the native system architecture

public static ProcessorArchitecture GetArchitectureFromPid(int pid)

Parameters

pid int

Returns

ProcessorArchitecture