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

FindWatchpointByID() 공개 메소드

public FindWatchpointByID ( int watch_id ) : LLDB.Watchpoint
watch_id int
리턴 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);
        }