ZylTimer is a high resolution .NET timer component which provides a higher precision than the standard .NET Timer component.
.NET Timer component which ships with Delphi / C++Builder uses the Windows Message Queue to generate the Tick event. Due to this approach it's impossible to get accurate timer intervals smaller than 50 milliseconds.
ZylTimer.NET is a thread based timer and due to this architecture provides a higher precision between 1 and 2 milliseconds, which is inevitable in time critical applications.
Namespace hierarchy
Classes
| Class |
Description |
|
Timer
|
High resolution, thread based Timer class. |
Delegates
| Delegate |
Description |
|
TickEventHandler
|
Represents the method that will handle the Tick event of the timer. |