DkmILInterpreterReferenceValue.Value Property
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.
[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; }
public Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue? Value { get; }
member this.Value : Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue
Public ReadOnly Property Value As ICorDebugHandleValue