adspace
What's the use of system.diagnostics.process class in .net?
Answer Posted / Anand Jaiswal
System.Diagnostics.Process is a .NET class used to start, stop, and interact with both local and remote processes on the operating system. It provides methods for starting new processes, getting information about currently running processes, redirecting input/output streams, setting process priorities, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers