Exemplo n.º 1
0
        /** clear a previously set BP in native code */
        public void ClearUnmanagedBreakpoint(long address)
        {
            ICorDebugProcess2 p2 = (ICorDebugProcess2)_p();

            p2.ClearUnmanagedBreakpoint((UInt64)address);
        }