TigerSan.TimerHelper
1.0.3
dotnet add package TigerSan.TimerHelper --version 1.0.3
NuGet\Install-Package TigerSan.TimerHelper -Version 1.0.3
<PackageReference Include="TigerSan.TimerHelper" Version="1.0.3" />
<PackageVersion Include="TigerSan.TimerHelper" Version="1.0.3" />
<PackageReference Include="TigerSan.TimerHelper" />
paket add TigerSan.TimerHelper --version 1.0.3
#r "nuget: TigerSan.TimerHelper, 1.0.3"
#:package TigerSan.TimerHelper@1.0.3
#addin nuget:?package=TigerSan.TimerHelper&version=1.0.3
#tool nuget:?package=TigerSan.TimerHelper&version=1.0.3
Description:
A class library containing multiple types of timers.
TimerBase:
Timer base class.
TotalMicroseconds
: Time interval (milliseconds).
IsStoped
: Whether to stop or not.
Start
: Start.
Stop
: Stop.
ClickCounter:
Click count counter.
_count
: Click count.
This value will be reset to zero when starting, stopping, or when the timer is triggered.
ActionTimer:
Timer with execution delegation.
_action
: The commission for execution.
ActionSecondsTimer:
Timer with execution delegation. (second level)
_action
: The commission for execution.
_actionAsync
: The commission for execution. (Asynchronous)
_actionSeconds
: The execution of commissions per second.
Seconds
: The number of seconds at the interval.
PassedSeconds
: The number of seconds that have passed.
This value will be reset to zero after the timer is triggered.
RemainingSeconds
: The remaining seconds.
PassedSeconds
: The temporary interval seconds.
After the timer is triggered once or restarted, the temporary seconds will be reset to zero.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TigerSan.TimerHelper:
Package | Downloads |
---|---|
TigerSan.KeyboardMouseHook
A WPF library of keyboard hook, mouse hook and combination key. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.3 | 79 | 9/12/2025 |