LLDB.Target.DeleteAllWatchpoints C# (CSharp) Method

DeleteAllWatchpoints() public method

public DeleteAllWatchpoints ( ) : bool
return bool
        public bool DeleteAllWatchpoints()
        {
            var __ret = Internal.DeleteAllWatchpoints_0((__Instance + __PointerAdjustment));
            return __ret;
        }