コード例 #1
0
 public void RemoveAutoRun(AutoRunType type, string applicationName, string executable)
 {
     AutoRunServices.RemoveAutoRun(type, applicationName, executable);
 }
コード例 #2
0
 public bool DoesAutoRun(AutoRunType type, string applicationName, string executable)
 {
     return(AutoRunServices.DoesAutoRun(type, applicationName, executable));
 }