DkmILInterpreterOptions Enum

Definition

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

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.

Applies to