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.
Properties
DriverServiceProcessStartInfo
Gets the ProcessStartInfo object with which the driver service process will be started.
public ProcessStartInfo DriverServiceProcessStartInfo { get; }