文章分类 - C# && framework
摘要:一个 System.Security名称空间的标准应用
阅读全文
摘要:一个XLUO写的关机程序,至于XLUO是谁,就不告诉大家了。引用名称空间using system.IO;方法内容:string tempFileName=string.Format("{0}.bat",new Random().Next().ToString()); string tempFileContent="SHUTDOWN -S -T 30"; System.IO.StreamWriter sw = new System.IO.StreamWriter(tempFileName); sw.Write(tempFileContent); sw.Cl
阅读全文

浙公网安备 33010602011771号