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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
