Use of GetCommandLineArgs() method in C#.NET

What is the use of GetCommandLineArgs() method in C#.NET?

- This method returns a string array that contains the command-line arguments for the current process.
- It is a method of the 'System.Environment' class.
- This method can be used anywhere.
What is the use of System.Environment class in C#.NET?
What is the use of System.Environment class in C#.NET? - The System.Environment class can be used to retrieve information...
Difference between const and readonly in C#.NET
What is the difference between const and readonly in C#.NET? - The read only can be modified by the class it is contained in...
Advantages of CLR procedure over T-SQL procedure - C#.NET
Advantages of CLR procedure over T-SQL procedure - The use of the CLR procedure makes it possible to do the complex database operations...
Post your comment