DkmILInterpreterOptions Enum
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.
Represents options for invoking the IL interpreter.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
This enumeration supports a bitwise combination of its member values.
public enum class DkmILInterpreterOptions
public enum class DkmILInterpreterOptions
enum DkmILInterpreterOptions
[System.Flags]
public enum DkmILInterpreterOptions
[<System.Flags>]
type DkmILInterpreterOptions =
Public Enum DkmILInterpreterOptions
- Inheritance
-
DkmILInterpreterOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
ResolveVirtual | 1 | If true and we are interpreting a virtual function, indicates that the IL interpreter should use virtual dispatch to figure out the most derived implementation. If false, the specific method provided will be the one interpreted. |