DkmILInterpreterValue Class

Definition

A value that can be passed into and returned from a managed method being interpreted.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Derived classes: DkmILInterpreterPrimitiveValue, DkmILInterpreterReferenceValue

public ref class DkmILInterpreterValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILInterpreterValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILInterpreterValue abstract
[System.Runtime.InteropServices.Guid("4851b2d6-89f2-46f5-1a56-f257135c3b4b")]
public abstract class DkmILInterpreterValue
[<System.Runtime.InteropServices.Guid("4851b2d6-89f2-46f5-1a56-f257135c3b4b")>]
type DkmILInterpreterValue = class
Public MustInherit Class DkmILInterpreterValue
Inheritance
DkmILInterpreterValue
Derived
Attributes

Properties

RuntimeInstance

Represents a CLR instance running in a target process.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

TagValue

DkmILInterpreterValue is an abstract base class. This enum indicates which derived class this object is an instance of.

Applies to