-
大小: 0.03M文件类型: .zip金币: 1下载: 0 次发布日期: 2020-12-26
- 语言: C#
- 标签:
资源简介
C#实现获取并操作某台电脑 的所有Windows 服务,
实现的功能有:选中某一个服务,然后对其进行 启动服务、暂停服务、停止服务、重启服务等操作
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// 程序集的版本信息由下列 4 个值组成:
//
// 主版本
// 次版本
// 内部版本号
// 修订号
//
// 您可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,方法是按
// 如下所示使用 ‘*‘:
[assembly: AssemblyVersion(“1.0.*“)]
//
// 要对程序集进行签名,必须指定要使用的密钥。有关程序集签名的更多信息,请参考
// Microsoft .NET framework 文档。
//
// 使用下面的属性控制用于签名的密钥。
//
// 注意:
// (*) 如果未指定密钥,则程序集不会被签名。
// (*) KeyName 是指已经安装在计算机上的
// 加密服务提供程序(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2005-05-14 16:16 ServiceController\
文件 1078 2005-05-14 16:16 ServiceController\App.ico
文件 1859 2005-05-14 16:16 ServiceController\AssemblyInfo.cs
目录 0 2005-05-14 16:16 ServiceController\bin\
目录 0 2005-05-14 16:16 ServiceController\bin\Debug\
文件 32768 2005-05-14 17:22 ServiceController\bin\Debug\ServiceController.exe
文件 19968 2005-05-14 17:22 ServiceController\bin\Debug\ServiceController.pdb
文件 11234 2005-05-14 17:22 ServiceController\ControllerForm.cs
文件 12230 2005-05-14 17:22 ServiceController\ControllerForm.resx
目录 0 2005-05-14 16:16 ServiceController\obj\
目录 0 2005-05-14 16:16 ServiceController\obj\Debug\
文件 9385 2005-05-14 17:22 ServiceController\obj\Debug\ServiceControlle.ServiceControllerForm.resources
文件 32768 2005-05-14 17:22 ServiceController\obj\Debug\ServiceController.exe
文件 19968 2005-05-14 17:22 ServiceController\obj\Debug\ServiceController.pdb
文件 8840 2005-05-14 17:30 ServiceController\obj\Debug\ServiceController.projdata
目录 0 2005-05-14 16:16 ServiceController\obj\Debug\temp\
目录 0 2005-05-14 16:16 ServiceController\obj\Debug\TempPE\
文件 4990 2005-05-14 16:50 ServiceController\ServiceController.csproj
文件 1804 2005-05-14 17:30 ServiceController\ServiceController.csproj.user
文件 919 2005-05-14 16:16 ServiceController\ServiceController.sln
文件 8192 2005-05-14 17:30 ServiceController\ServiceController.suo
- 上一篇:多线程异步编程 Thread Async
- 下一篇:C# 桌面共享程序 演示
评论
共有 条评论