创建快捷方式
using System.Runtime.InteropServices;//互动服务 using IWshRuntimeLibrary;using System;namespace myMethod{ public class CreateLink { /* 1.首先要添加引用. * 选择 COM 选项卡并选择 Windows Script Host Object Model * * 2.引用命名空间 * using System.Runtime.…
查看全文