[Mono-list] Three questions...
Jonathan Pryor
jonpryor at vt.edu
Fri Dec 2 06:54:49 EST 2005
On Fri, 2005-12-02 at 08:40 +0100, Salvatore Scarciglia wrote:
> It seems what i need, but the namespace Process was not found in the
> System.Diagnostics. WHere is it ??
Process is the type, not a namespace -- System.Diagnostics.Process is
the classname. It's located in System.dll, which IIRC is always
included in the default assembly references, so you shouldn't need a
-r:System mcs argument.
- Jon
More information about the Mono-list
mailing list