LLDB.Debugger.FindTargetWithProcessID C# (CSharp) Méthode

FindTargetWithProcessID() public méthode

public FindTargetWithProcessID ( ulong pid ) : LLDB.Target
pid ulong
Résultat 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);
        }