LLDB.Debugger.FindDebuggerWithID C# (CSharp) Method

FindDebuggerWithID() public static method

public static FindDebuggerWithID ( int id ) : LLDB.Debugger
id int
return LLDB.Debugger
        public static LLDB.Debugger FindDebuggerWithID(int id)
        {
            var __ret = new LLDB.Debugger.Internal();
            Internal.FindDebuggerWithID_0(new IntPtr(&__ret), id);
            return LLDB.Debugger.__CreateInstance(__ret);
        }