_ae_ » 16.01.2007 (Вт) 12:31
F2:
Public Property UserName() As String
Member of: System.Diagnostics.ProcessStartInfo
Summary:
Gets or sets the user name to be used when starting the process.
Return Values:
The user name to use when starting the process.
Public Property StartInfo() As System.Diagnostics.ProcessStartInfo
Member of: System.Diagnostics.Process
Summary:
Gets or sets the properties to pass to the System.Diagnostics.Process.Start method of the System.Diagnostics.Process.
Return Values:
The System.Diagnostics.ProcessStartInfo that represents the data with which to start the process. These arguments include the name of the executable file or document used to start the process.
Exceptions:
System.ArgumentNullException: The value that specifies the System.Diagnostics.Process.StartInfo is null.