Class DriverProcessStartedEventArgs
Provides data for the DriverProcessStarted event of a DriverService object.
public class DriverProcessStartedEventArgs : EventArgs- Inheritance
- 
      
      
      DriverProcessStartedEventArgs
- Inherited Members
Constructors
DriverProcessStartedEventArgs(Process)
Initializes a new instance of the DriverProcessStartingEventArgs class.
public DriverProcessStartedEventArgs(Process driverProcess)Parameters
Exceptions
- ArgumentNullException
- If - driverProcessis null.
Properties
ProcessId
Gets the unique ID of the driver executable process.
public int ProcessId { get; }