TaskScheduler 2.9.0
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
Install-Package TaskScheduler -Version 2.9.0
dotnet add package TaskScheduler --version 2.9.0
<PackageReference Include="TaskScheduler" Version="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TaskScheduler --version 2.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TaskScheduler, 2.9.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TaskScheduler as a Cake Addin
#addin nuget:?package=TaskScheduler&version=2.9.0
// Install TaskScheduler as a Cake Tool
#tool nuget:?package=TaskScheduler&version=2.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.EventLog (>= 5.0.0)
- System.Security.AccessControl (>= 5.0.0)
-
.NETCoreApp 2.1
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.EventLog (>= 5.0.0)
- System.Security.AccessControl (>= 5.0.0)
-
.NETCoreApp 3.0
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.EventLog (>= 5.0.0)
- System.Security.AccessControl (>= 5.0.0)
-
.NETCoreApp 3.1
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.EventLog (>= 5.0.0)
- System.Security.AccessControl (>= 5.0.0)
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Reflection (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Security.AccessControl (>= 5.0.0)
- System.Security.Permissions (>= 5.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
- System.Xml.XmlSerializer (>= 4.3.0)
-
net5.0-windows7.0
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Diagnostics.EventLog (>= 5.0.0)
- System.Security.AccessControl (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.