Esempio n. 1
0
 //Static helpers
 public static string[] List(string target, Dictionary<string, string> options)
 {
     using (Interface i = new Interface(target, options))
         return i.List();
 }