Enum InstallKind
- Namespace
- JD.AI.Core.Installation
- Assembly
- JD.AI.Core.dll
How JD.AI was installed on the current machine.
public enum InstallKind
Fields
Apt = 6APT / dpkg (
apt install jdai).Brew = 5Homebrew (
brew install jdai).Chocolatey = 3Chocolatey (
choco install jdai).DotnetTool = 0.NET global tool (
dotnet tool install -g JD.AI).NativeBinary = 1Self-contained native binary downloaded from GitHub Releases.
Scoop = 4Scoop (
scoop install jdai).Unknown = 7Unable to determine installation method.
Winget = 2Windows Package Manager (
winget install JD.AI).