The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread. More...

Inheritance diagram for HPS.DriverEvent:
HPS.DrawWindowEvent HPS.FinishPictureEvent

Public Member Functions

virtual void Dispose ()
 
 DriverEvent (HPS.DriverEvent in_that)
 
IntPtr GetClassID ()
 Returns a unique identifier that is shared by all objects of the same class. More...
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The DriverEvent class is the common base class of all driver events. A driver event represents a specific action the driver performs during an update. DriverEvents occur on the driver updater thread.

Member Function Documentation

IntPtr HPS.DriverEvent.GetClassID ( )
inline

Returns a unique identifier that is shared by all objects of the same class.


The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.DriverEvent.cs