Class DriverProcessStartingEventArgs
Provides data for the DriverProcessStarting event of a DriverService object.
public class DriverProcessStartingEventArgs : EventArgs
- Inheritance
-
DriverProcessStartingEventArgs
- Inherited Members
Constructors
DriverProcessStartingEventArgs(ProcessStartInfo)
Initializes a new instance of the DriverProcessStartingEventArgs class.
public DriverProcessStartingEventArgs(ProcessStartInfo startInfo)
Parameters
startInfo
ProcessStartInfoThe ProcessStartInfo of the driver process to be started.
Exceptions
- ArgumentNullException
If
startInfo
is null.
Properties
DriverServiceProcessStartInfo
Gets the ProcessStartInfo object with which the driver service process will be started.
public ProcessStartInfo DriverServiceProcessStartInfo { get; }