LLDB.Target.DeleteWatchpoint C# (CSharp) Méthode

DeleteWatchpoint() public méthode

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