Table of Contents

Interface ICorDebugContext

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[InterfaceType(1)]
[Guid("CC7BCB00-8A68-11D2-983C-0000F808342D")]
public interface ICorDebugContext : ICorDebugObjectValue, ICorDebugValue

Methods

CreateBreakpoint(out ICorDebugValueBreakpoint)
GetAddress(out ulong)
GetClass(out ICorDebugClass)
GetContext(out ICorDebugContext)
GetFieldValue(ICorDebugClass, uint, out ICorDebugValue)
GetManagedCopy(out object)
GetSize(out uint)
GetType(out CorElementType)
GetVirtualMethod(uint, out ICorDebugFunction)
IsValueClass(out int)
SetFromManagedCopy(object)