LLDB.Debugger.FindTargetWithProcessID C# (CSharp) Method

FindTargetWithProcessID() public method

public FindTargetWithProcessID ( ulong pid ) : LLDB.Target
pid ulong
return LLDB.Target
        public LLDB.Target FindTargetWithProcessID(ulong pid)
        {
            var __ret = new LLDB.Target.Internal();
            Internal.FindTargetWithProcessID_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), pid);
            return LLDB.Target.__CreateInstance(__ret);
        }