dotnet-core-uninstall list
本文適用於:✔️ .NET Uninstall Tool 1.7.521001 及更新版本
名稱
dotnet-core-uninstall list
- 列出可以使用此工具移除的 .NET SDK 或執行階段。
概要
dotnet-core-uninstall list [--aspnet-runtime] [--hosting-bundle]
[--runtime] [--sdk] [-v|--verbosity <LEVEL>] [--x64] [--x86]
dotnet-core-uninstall list -?|-h|--help
dotnet-core-uninstall list [--runtime] [--sdk] [-v|--verbosity <LEVEL>]
dotnet-core-uninstall list -?|-h|--help
描述
dotnet-core-uninstall list
命令會列出可以使用此工具移除的已安裝 .NET SDK 或執行階段。 有關此工具的限制,請參閱 .NET 解除安裝工具概觀。
選項。
--aspnet-runtime
列出所有可以使用此工具解除安裝的 ASP.NET Core 執行階段。
--hosting-bundle
列出可使用此工具解除安裝的所有 .NET 裝載套件組合。
--runtime
列出可使用此工具解除安裝的所有 .NET 執行階段。
--sdk
列出可使用此工具解除安裝的所有 .NET SDK。
-v, --verbosity <LEVEL>
設定詳細程度等級。 預設值是
normal
。 允許的值如下:q[uiet]
m[inimal]
n[ormal]
d[etailed]
diag[nostic]
.
--x64
列出可使用此工具解除安裝的所有 x64 .NET SDK 和執行階段。
--x86
列出可使用此工具解除安裝的所有 x86 .NET SDK 和執行階段。
-?|-h|--help
顯示說明和使用方式資訊
範例
列出可使用此工具移除的所有 .NET SDK 和執行階段:
dotnet-core-uninstall list
列出所有 x64 .NET SDK 和執行階段:
dotnet-core-uninstall list --x64
列出所有 x86 .NET SDK:
dotnet-core-uninstall list --sdk --x86