DkmClrModuleInstance.CanDecompileMethod(DkmClrMethodId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.