Interview Questions

What’s the use of System.Diagnostics.Process class?

.NET Interview Questions and Answers


(Continued from previous question...)

69. What’s the use of System.Diagnostics.Process class?

By using System.Diagnostics.Process class, we can provide access to the files which are presented in the local and remote system.
Example: System.Diagnostics.Process(”c:\mlaks\example.txt”) — local file
System.Diagnostics.Process(”http://www.mlaks.com\example.txt”) — remote file

(Continued on next question...)

Other Interview Questions