LLDB.Target.DeleteWatchpoint C# (CSharp) Method

DeleteWatchpoint() public method

public DeleteWatchpoint ( int watch_id ) : bool
watch_id int
return bool
        public bool DeleteWatchpoint(int watch_id)
        {
            var __ret = Internal.DeleteWatchpoint_0((__Instance + __PointerAdjustment), watch_id);
            return __ret;
        }