Exemplo n.º 1
0
 /// <summary>
 /// Returns the common name of the current architecture
 /// </summary>
 /// <param name="arch">The architecture enum</param>
 /// <returns>String with the name</returns>
 public static string GetArchitectureSubpath(WindowsArchitecture arch)
 {
     return(WindowsPlatform.GetArchitectureSubpath(arch));
 }