System.Environment.Commandline not available

  • Thread starter Thread starter cs_hart
  • Start date Start date
C

cs_hart

I am trying to get at the commandline using
system.Environment.Commandline. But that is not defined. If I key in
System.Environment. then autocomplete shows only
Environment.SpecialFolder

I must have to set something to have this available in my program. Any
help on what?
 
I must have to set something to have this available in my program. Any
help on what?

Which programming language are you using and in what context are you
writing the code? Have you tries typing it out without the help of
Intellisense?


Mattias
 
Back
Top