What is the use of System.Environment class in C#.NET?
The System.Environment class can be used to retrieve information like:
command-line arguments
the exit code
environment variable settings
contents of the call stack
time since last system boot
the version of the common language runtime.
No comments:
Post a Comment