ICorDebugObjectValue Interface

Definition

public interface class ICorDebugObjectValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
public interface class ICorDebugObjectValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
__interface ICorDebugObjectValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue
[System.Runtime.InteropServices.Guid("18AD3D6E-B7D2-11D2-BD04-0000F80849BD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugObjectValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue
[<System.Runtime.InteropServices.Guid("18AD3D6E-B7D2-11D2-BD04-0000F80849BD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugObjectValue = interface
    interface ICorDebugValue
Public Interface ICorDebugObjectValue
Implements ICorDebugValue
Derived
Attributes
Implements

Methods

CreateBreakpoint(ICorDebugValueBreakpoint)
GetAddress(UInt64)
GetClass(ICorDebugClass)
GetContext(ICorDebugContext)
GetFieldValue(ICorDebugClass, UInt32, ICorDebugValue)
GetManagedCopy(Object)
GetSize(UInt32)
GetType(CorElementType)
GetVirtualMethod(UInt32, ICorDebugFunction)
IsValueClass(Int32)
SetFromManagedCopy(Object)

Applies to