Table of Contents

Interface ICorDebugObjectValue

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[InterfaceType(1)]
[Guid("18AD3D6E-B7D2-11D2-BD04-0000F80849BD")]
public interface 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)