DkmClrModuleInstance.CanDecompileMethod(DkmClrMethodId) Method

Definition

Provides information on whether or not the specified method can be decompiled.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).

public bool CanDecompileMethod(Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId Method);
member this.CanDecompileMethod : Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId -> bool
Public Function CanDecompileMethod (Method As DkmClrMethodId) As Boolean

Parameters

Method
DkmClrMethodId

[In] The method to check.

Returns

[Out] Returns true if the method can be decompiled.

Applies to