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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top