Exemple #1
0
 /// <summary>
 /// Extract all underlying libraries to a specified directory.
 /// </summary>
 /// <param name="location">A relative or absolute path to directory where libraries and tools should be extracted</param>
 public static void ExtractUnderlyingFiles(string location)
 {
     ModulesManager.ExtractUnderlyingFiles(location);
 }