LLDB.Target.DeleteWatchpoint C# (CSharp) 메소드

DeleteWatchpoint() 공개 메소드

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