Basic Dot Net Question:
What’s the use of System.Diagnostics.Process class in .NET?
Answer:
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:globalguidelineexample.txt”) — local file
System.Diagnostics.Process(”http://www.globalguideline.comexample.txt”) — remote file
Example: System.Diagnostics.Process(”c:globalguidelineexample.txt”) — local file
System.Diagnostics.Process(”http://www.globalguideline.comexample.txt”) — remote file
Previous Question | Next Question |
What is Serialization in .NET? | Difference Abstract class and Interface in .NET? |