Home
last modified time | relevance | path

Searched refs:GetProcessById (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dprocess-unref-race.cs47 using (Process p = Process.GetProcessById (1)); in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessManager.Uap.cs35 using (Process process = Process.GetProcessById(processId)) in GetModules()
H A DProcess.cs981 public static Process GetProcessById(int processId, string machineName) in GetProcessById() method in System.Diagnostics.Process
997 public static Process GetProcessById(int processId) in GetProcessById() method in System.Diagnostics.Process
999 return GetProcessById(processId, "."); in GetProcessById()
/dports/devel/ipython/ipython-7.29.0/IPython/utils/
H A D_process_cli.py70 System.Diagnostics.Process.GetProcessById(pid)
/dports/devel/ipython5/ipython-5.10.0/IPython/utils/
H A D_process_cli.py70 System.Diagnostics.Process.GetProcessById(pid)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessWaitingTests.cs133 … Process[] copies = Enumerable.Range(0, 3).Select(_ => Process.GetProcessById(p.Id)).ToArray(); in SingleProcess_CopiesShareExitInformation()
154 Process peer = Process.GetProcessById(int.Parse(peerId)); in WaitForPeerProcess()
H A DProcessTests.Unix.cs46 …Assert.Throws<PlatformNotSupportedException>(() => Process.GetProcessById(currentProcess.Id, "127.… in TestProcessOnRemoteMachineUnix()
60 Process p = Process.GetProcessById(1); in TestRootGetProcessById()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.cs105 public static System.Diagnostics.Process GetProcessById(int processId) { throw null; } in GetProcessById() method in System.Diagnostics.Process
106 …public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw… in GetProcessById() method in System.Diagnostics.Process
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/tests/System/Management/
H A DManagementObjectTests.cs75 using (Process targetProcess = Process.GetProcessById((int)processId)) in Invoke_Instance_And_Static_Method_Win32_Process()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/SendInputExt/
H A DSiWindowInfo.cs103 p = Process.GetProcessById((int)uPID); in Init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DProcessTest.cs37 Process.GetProcessById (1, (string) null); in GetProcessById_MachineName_Null()
1127 string v = Process.GetProcessById (1).ProcessName; in HigherPrivilegeProcessName()
1137 using (Process process = Process.GetProcessById (getppid ())) in NonChildProcessWaitForExit()
1161 using (Process process = Process.GetProcessById (getppid ())) in NonChildProcessName()
1177 using (Process process = Process.GetProcessById (ppid = getppid ())) in NonChildProcessId()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/LocalProvider/
H A DLocalNodeProvider.cs461 if (!Process.GetProcessById(processId).HasExited) in TerminateChildNode()
463 Process.GetProcessById(processId).Kill(); in TerminateChildNode()
501 … if (!isInvalidProcessId && !Process.GetProcessById(nodeData[nodeId].ProcessId).HasExited) in IsNodeProcessAliveOrUninitialized()
H A DLocalNode.cs517 if (Process.GetProcessById(parentProcessId).HasExited) in IsParentProcessAlive()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DChildProcessesSnapshot.cs174 Process p = Process.GetProcessById((int)ti.ProcessId); in DelayedTerminatePid()
H A DGlobalMutexPool.cs97 Process.GetProcessById(pid); // Throws if process is not running in CreateMutexUnix()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcess.cs480 public static Process GetProcessById(int processId, string machineName) { in GetProcessById() method in System.Diagnostics.Process
542 proclist.Add (GetProcessById (pids [i])); in GetProcesses()
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.Fpm/
H A DSpawner.cs126 return Process.GetProcessById (pid); in SpawnOndemandChild()
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dkernel.h211 std::shared_ptr<Process> GetProcessById(u32 process_id) const;
H A Dprocess.cpp465 std::shared_ptr<Process> KernelSystem::GetProcessById(u32 process_id) const { in GetProcessById() function in Kernel::KernelSystem
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dkernel.h211 std::shared_ptr<Process> GetProcessById(u32 process_id) const;
H A Dprocess.cpp465 std::shared_ptr<Process> KernelSystem::GetProcessById(u32 process_id) const { in GetProcessById() function in Kernel::KernelSystem
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Win32PluginProxy/
H A DWin32PluginProxy.cs72 currentSimulation = Process.GetProcessById(simulationProcessID); in SetPluginFile()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.New.cs290 p = Process.GetProcessById((int)uProcessId); in IsTaskBar()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/SingleInstance/
H A DIpcFake.cs285 Process.GetProcessById(pid); // Throws if process is not running in CreateMutex()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcess.cs1614 public static Process GetProcessById(int processId, string machineName) { in GetProcessById() method in System.Diagnostics.Process
1631 public static Process GetProcessById(int processId) { in GetProcessById() method in System.Diagnostics.Process
1632 return GetProcessById(processId, "."); in GetProcessById()

12