DkmILInterpreterReferenceValue.Value Property

Definition

[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).

public:
 property Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ Value { Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ get(); };
public:
 property Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ Value { Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ get(); };
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue Value { get; }
member this.Value : Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue
Public ReadOnly Property Value As ICorDebugHandleValue

Property Value

Applies to