DkmDebugLaunchSettings.IsNativeCodeSupported(DkmEngineSettings) Yöntem

Tanım

Altyapı, yerel kodun hatalarını ayıklamaya sahip. Bu, cihazdaki .NET CLR v2 kodunda veya .NET kodunda hata ayıklarken ' false ' olur. Doğru olduğunda bile, yerel hata ayıklama Şu anda etkin olmayabilir (bkz. DkmProcessSettings. ısnativedebugging Ggingenabled).

Bu API, Visual Studio 12 güncelleştirme 2 ' de (DkmApiVersion. VS12Update2) tanıtılmıştı.

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

Parametreler

EngineSettings
DkmEngineSettings

'Ndaki Yerel kod desteğini denetlemek için EngineSettings.

Döndürülenler

Boolean

Dışı Boolean değeri yerel kodun desteklenip desteklenmediğini gösterir.

Şunlara uygulanır