添加引用:AspNetMMCExt
添加名字空间:using Microsoft.Aspnet.Snapin;

查看操作系统安装的所有 ASP.NET 版本AspNetManagementUtility aspnet = new AspNetManagementUtility();
查看操作系统安装的所有 ASP.NET 版本
查看操作系统安装的所有 ASP.NET 版本
string verList;
查看操作系统安装的所有 ASP.NET 版本aspnet.AcquireVersionList(
out verList, 0);
查看操作系统安装的所有 ASP.NET 版本
查看操作系统安装的所有 ASP.NET 版本Console.WriteLine(verList);

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2021-06-17
  • 2021-07-08
  • 2021-12-25
  • 2021-12-09
猜你喜欢
  • 2021-06-26
  • 2021-11-05
  • 2021-12-26
  • 2022-03-07
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案