文件名称:TaskScheduler-Library
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-11-21
- 文件大小:
- 244kb
- 下载次数:
- 0次
- 提 供 者:
- d***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Task Scheduler is the Windows service that schedules and automatically starts programs. Windows Explorer presents a user interface to the service when you browse the WINDIR \TASKS folder, typically from the shortcut in the control panel. From the command line, the schtasks command and the old at command do the same. Programmers have a well-documented COM interface, but the .NET fr a mework does not offer any wrapper for it. The present library provides that .NET wrapper.-Task Scheduler is the Windows service that schedules and automatically starts programs. Windows Explorer presents a user interface to the service when you browse the WINDIR \TASKS folder, typically from the shortcut in the control panel. From the command line, the schtasks command and the old at command do the same. Programmers have a well-documented COM interface, but the .NET fr a mework does not offer any wrapper for it. The present library provides that .NET wrapper.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TaskScheduler Library & Doc\Task Scheduler Library.chm
...........................\TaskScheduler.dll
...........................\TaskScheduler.XML
..............Project\app.config
.....................\AssemblyInfo.cs
.....................\ScheduledTasks.cs
.....................\Scheduler.cs
.....................\Task.cs
.....................\TaskList.cs
.....................\TaskScheduler.csproj
.....................\TaskScheduler.csproj.user
.....................\TaskScheduler.sln
.....................\TaskSchedulerInterop.cs
.....................\.estApp\app.manifest
.....................\.......\AssemblyInfo.cs
.....................\.......\Class1.cs
.....................\.......\TestApp.csproj
.....................\.......\TestApp.csproj.user
.....................\.......\TestMain.cs
.....................\Trigger.cs
.....................\TriggerList.cs
.....................\.estApp\bin\Release
.....................\bin\Release
.....................\TestApp\bin
.....................\bin
.....................\Properties
.....................\TestApp
TaskScheduler Library & Doc
TaskScheduler Project