Exemplo n.º 1
0
        public CorValueBreakpoint CreateRelocBreakpoint()
        {
            ICorDebugValueBreakpoint bp = null;

            m_heapVal.CreateRelocBreakpoint(out bp);
            return(new CorValueBreakpoint(bp));
        }
Exemplo n.º 2
0
 int ICorDebugStringValue.CreateRelocBreakpoint(out ICorDebugValueBreakpoint ppBreakpoint)
 {
     return(ICorDebugHeapValue.CreateRelocBreakpoint(out ppBreakpoint));
 }