ICorDebugReferenceValue Interface

Definition

public interface class ICorDebugReferenceValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
public interface class ICorDebugReferenceValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
__interface ICorDebugReferenceValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
[System.Runtime.InteropServices.Guid("CC7BCAF9-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugReferenceValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue
[<System.Runtime.InteropServices.Guid("CC7BCAF9-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugReferenceValue = interface
    interface ICorDebugValue
Public Interface ICorDebugReferenceValue
Implements ICorDebugValue
Derived
Attributes
Implements

Methods

CreateBreakpoint(ICorDebugValueBreakpoint)
Dereference(ICorDebugValue)
DereferenceStrong(ICorDebugValue)
GetAddress(UInt64)
GetSize(UInt32)
GetType(CorElementType)
GetValue(UInt64)
IsNull(Int32)
SetValue(UInt64)

Applies to