LLDB.Target.FindWatchpointByID C# (CSharp) Method

FindWatchpointByID() public method

public FindWatchpointByID ( int watch_id ) : LLDB.Watchpoint
watch_id int
return LLDB.Watchpoint
        public LLDB.Watchpoint FindWatchpointByID(int watch_id)
        {
            var __ret = new LLDB.Watchpoint.Internal();
            Internal.FindWatchpointByID_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), watch_id);
            return LLDB.Watchpoint.__CreateInstance(__ret);
        }