[Mono-dev] user info support in ProcessStartInfo and Process.Start()

Atsushi Eno atsushi at ximian.com
Sat Aug 25 07:21:17 EDT 2007


Hi,

I have created a patch to add User information in ProcessStartInfo
and some Process.Start() overroads that support user info.

Sadly it does not support non-Windows - I haven't written any
practical implementation in io-layer yet, and it anyways depends
on SecureString which only Windows is supported.

On Windows, this involves another questionable change in io-layer.h
that it uses CreateProcessWithLogonW() which requires WINVER=0x0500
and hence it means it won't work for Win98 or NT4.0.

If it still sounds good I'll commit the changes.

Atsushi Eno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: process-system.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070825/b789590b/attachment.pl 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: process-runtime.patch
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070825/b789590b/attachment-0001.pl 


More information about the Mono-devel-list mailing list