Sdílet prostřednictvím


DkmDebugLaunchSettings.IsNativeCodeSupported(DkmEngineSettings) Method

Definition

Engine is capable of debugging native code. This will be 'false' when debugging .NET CLR v2 code, or .NET code on the device. Note that even when true, native debugging may not be currently enabled (see DkmProcessSettings.IsNativeDebuggingEnabled).

This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).

public:
 bool IsNativeCodeSupported(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ EngineSettings);
public bool IsNativeCodeSupported (Microsoft.VisualStudio.Debugger.DkmEngineSettings EngineSettings);
member this.IsNativeCodeSupported : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> bool
Public Function IsNativeCodeSupported (EngineSettings As DkmEngineSettings) As Boolean

Parameters

EngineSettings
DkmEngineSettings

[In] EngineSettings to check native code support.

Returns

[Out] Boolean value indicates if native code is supported.

Applies to