ICorDebugHandleValue Interface

Definition

public interface class ICorDebugHandleValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugReferenceValue
public interface class ICorDebugHandleValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugReferenceValue
__interface ICorDebugHandleValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugReferenceValue
[System.Runtime.InteropServices.Guid("029596E8-276B-46A1-9821-732E96BBB00B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugHandleValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugReferenceValue
[<System.Runtime.InteropServices.Guid("029596E8-276B-46A1-9821-732E96BBB00B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugHandleValue = interface
    interface ICorDebugReferenceValue
    interface ICorDebugValue
Public Interface ICorDebugHandleValue
Implements ICorDebugReferenceValue
Attributes
Implements

Methods

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

Applies to