Method | Description | |
---|---|---|
Dispose ( ) : void |
Frees timer resources.
|
|
HighResolutionTimer ( IContainer container ) : System |
Initializes a new instance of the Timer class with the specified IContainer.
|
|
Start ( ) : void |
Starts the timer.
|
|
Stop ( ) : void |
Stops timer.
|
Method | Description | |
---|---|---|
HighResolutionTimer ( ) : System |
Initialize class.
|
|
Initialize ( ) : void | ||
OnDisposed ( |
||
OnStarted ( |
||
OnStopped ( |
||
OnTick ( |
||
TimerOneShotEventCallback ( int id, int msg, int user, int param1, int param2 ) : void | ||
TimerPeriodicEventCallback ( int id, int msg, int user, int param1, int param2 ) : void | ||
timeGetDevCaps ( |
||
timeKillEvent ( int id ) : int | ||
timeSetEvent ( int delay, int resolution, TimeProc proc, int user, int mode ) : int |
public HighResolutionTimer ( IContainer container ) : System | ||
container | IContainer | /// The IContainer to which the Timer will add itself. /// |
return | System |