2019年1月24日

摘要: 实现效果: 知识运用: Process类的Start方法 实现代码: 阅读全文

posted @ 2019-01-24 23:15 努力成长静待花开 阅读(184) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ComputerInfo类的相关属性 (using Microsoft.VisualBasic.Devices;) 实现代码: 阅读全文

posted @ 2019-01-24 20:41 努力成长静待花开 阅读(349) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: Clipboard类的CantainsText和GetText方法 public static bool ContainsText() //指示剪切板中是否存在Text或UnicodeText格式的数据 public static string GetText (); //从 阅读全文

posted @ 2019-01-24 18:35 努力成长静待花开 阅读(163) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: SystemInformation类的BootMode属性 public static BootMode BootMode { get; } //获取一个BootMode值以指示系统的启动模式 实现代码: 阅读全文

posted @ 2019-01-24 18:10 努力成长静待花开 阅读(282) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ServiceController类的ServiceName Status属性 public string ServiceName {get; set;} //对此ServiceController实例引用的服务进行标识的名称 public ServiceControlerS 阅读全文

posted @ 2019-01-24 17:32 努力成长静待花开 阅读(443) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: RegistryKey类的GetValueNames public string[] GetValueName () //检索包含与此项关联的所有值名称的字符串数组 GetValue方法 public Object GetValue (string name) //检索与指定 阅读全文

posted @ 2019-01-24 15:31 努力成长静待花开 阅读(192) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: InputLanguage类的CurrentInputLanguage public static InputLanguage CurrentInputLanguage { get; set;}; IstalledInputLanguage属性 public static I 阅读全文

posted @ 2019-01-24 13:56 努力成长静待花开 阅读(286) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: RegistryKey类的CreateSubKey和SetValue方法 实现代码: 阅读全文

posted @ 2019-01-24 12:30 努力成长静待花开 阅读(212) 评论(0) 推荐(0) 编辑