TimerReference Class |
Namespace: SampSharp.Entities
public class TimerReference
The TimerReference type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsActive |
Gets a value indicating whether the timer is active.
|
![]() | Method |
Gets the method to be invoked with this timer.
|
![]() | NextTick |
Gets the time span until the next tick of this timer.
|
![]() | Target |
Gets the target on which the timer is invoked.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |