What is the use of system.environment class in c#.net?



What is the use of system.environment class in c#.net?..

Answer / Ti Priensh Bhagat

The System.Environment class contains properties and methods related to the environment in which a .NET application is running, such as operating system information, command-line arguments, exit codes, and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How many types of namespaces available in version4?

1 Answers   HCL,


What is the default scope of a class in c#?

1 Answers  


What is winforms c#?

1 Answers  


What Is The Difference Between ViewState and SessionState?

1 Answers   Fiserv,


What is polymorphism c# example?

1 Answers  


How many parameters can a method have c#?

1 Answers  


Can a struct inherit from an interface in c#?

1 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


How do you comment out code in c#?

1 Answers  


What is difference between a constant and read-only in C#?

1 Answers   CDC,


What is instantiating a class in c#?

1 Answers  


What is the C# syntax to catch any possible exception?

1 Answers   Siebel,


Categories