S
Steve Ricketts
I'm (obviously) new to C# but don't understand why if I instantiate a
Process object like:
Process proc = new Process();
and then type :
proc.
Intellisense shows me one list of options. But if I type:
System.Diagnosics.Process.
It shows a list of something else.
The Process definition is in import System.Diagnostics. I thought they
would have been the same thing but clearly, they're not. What's the
difference?
Thanks,
sr
Process object like:
Process proc = new Process();
and then type :
proc.
Intellisense shows me one list of options. But if I type:
System.Diagnosics.Process.
It shows a list of something else.
The Process definition is in import System.Diagnostics. I thought they
would have been the same thing but clearly, they're not. What's the
difference?
Thanks,
sr