DkmDecompilerMode Enum
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.
Modes in which a module can be decompiled.
This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).
C#
public enum DkmDecompilerMode
type DkmDecompilerMode =
Public Enum DkmDecompilerMode
- Inheritance
-
DkmDecompilerMode
Name | Value | Description |
---|---|---|
Full | 0 | The module should be fully decompiled immediately. |
OnDemand | 1 | The module should be initialized for decompilation, but no decompilation should be done up front. |
Product | Versions |
---|---|
Visual Studio SDK | 2022 |