DkmClrModuleInstance.CanDecompileModule(DkmDecompilerMode) 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 module can be decompiled in a given mode.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).
public bool CanDecompileModule (Microsoft.VisualStudio.Debugger.DkmDecompilerMode Mode);
member this.CanDecompileModule : Microsoft.VisualStudio.Debugger.DkmDecompilerMode -> bool
Public Function CanDecompileModule (Mode As DkmDecompilerMode) As Boolean
Parameters
- Mode
- DkmDecompilerMode
[In] Indicates whether the module should be decompiled immediately or on demand.
Returns
[Out] Returns true if the method can be decompiled.