DkmTransportConnection.QueryExecutableArchitecture(String) Method

Definition

Gets the architecture of the executable.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 Microsoft::VisualStudio::Debugger::DkmProcessorArchitecture QueryExecutableArchitecture(System::String ^ ExePath);
public Microsoft.VisualStudio.Debugger.DkmProcessorArchitecture QueryExecutableArchitecture (string ExePath);
member this.QueryExecutableArchitecture : string -> Microsoft.VisualStudio.Debugger.DkmProcessorArchitecture
Public Function QueryExecutableArchitecture (ExePath As String) As DkmProcessorArchitecture

Parameters

ExePath
String

[In] Path to the executable file.

Returns

[Out] Example: PROCESSOR_ARCHITECTURE_INTEL (0), PROCESSOR_ARCHITECTURE_ARM (5), PROCESSOR_ARCHITECTURE_AMD64 (9), or PROCESSOR_ARCHITECTURE_ARM64 (12).

Applies to