ICorDebugContext Interface

Definition

public interface class ICorDebugContext : Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue
public interface class ICorDebugContext : Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue
__interface ICorDebugContext : Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue
[System.Runtime.InteropServices.Guid("CC7BCB00-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugContext : Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue
[<System.Runtime.InteropServices.Guid("CC7BCB00-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugContext = interface
    interface ICorDebugObjectValue
    interface ICorDebugValue
Public Interface ICorDebugContext
Implements ICorDebugObjectValue
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