LLDB.Target.GetWatchpointAtIndex C# (CSharp) Method

GetWatchpointAtIndex() public method

public GetWatchpointAtIndex ( uint idx ) : LLDB.Watchpoint
idx uint
return LLDB.Watchpoint
        public LLDB.Watchpoint GetWatchpointAtIndex(uint idx)
        {
            var __ret = new LLDB.Watchpoint.Internal();
            Internal.GetWatchpointAtIndex_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), idx);
            return LLDB.Watchpoint.__CreateInstance(__ret);
        }