DkmILInterpreterReferenceValue Class

Definition

A reference to an object in the debuggee's managed heap.

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

public ref class DkmILInterpreterReferenceValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILInterpreterReferenceValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILInterpreterReferenceValue : Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue
[System.Runtime.InteropServices.Guid("cd724a8f-abd6-8297-c2f2-4e539e1512fd")]
public class DkmILInterpreterReferenceValue : Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
[<System.Runtime.InteropServices.Guid("cd724a8f-abd6-8297-c2f2-4e539e1512fd")>]
type DkmILInterpreterReferenceValue = class
    inherit DkmILInterpreterValue
Public Class DkmILInterpreterReferenceValue
Inherits DkmILInterpreterValue
Inheritance
DkmILInterpreterReferenceValue
Attributes

Properties

RuntimeInstance

Represents a CLR instance running in a target process.

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

(Inherited from DkmILInterpreterValue)
TagValue

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

(Inherited from DkmILInterpreterValue)
Value

[Optional] A reference to the object in the debuggee to be passed into or returned from the interpreted method. If the value refers to a null object reference, ReferenceValue will be null.

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

Methods

Create(DkmClrRuntimeInstance, ICorDebugHandleValue)

Create a new DkmILInterpreterReferenceValue object instance.

Location constraint: API must be called from a Monitor component (component level < 100,000).

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

Applies to