Author Topic: [C#] Command Line Arguments - Interesting Note  (Read 834 times)

0 Members and 1 Guest are viewing this topic.

Offline xor

  • Peasant
  • *
  • Posts: 59
  • Cookies: 32
    • View Profile
[C#] Command Line Arguments - Interesting Note
« on: June 26, 2015, 10:10:48 am »

Using Environment.GetCommandLineArgs() is more reminiscent of C style programming, where the executable name is included in the argument list.


I thought this was just an interesting thing to note.





-- xor