/ Published in: C#

It can use this in any place of its application, not only main () like in an application of console is limited its use in the method.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string[] args = Environment.GetCommandLineArgs(); foreach(string arg in args){ // Your Things }
Comments
