DkmManagedReturnValueReference.CorValue Property

Definition

[Optional] ICorDebugValue from CLR. It is null for value type.

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

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

Property Value

Applies to