Class InstalledTool
- Namespace
- JD.AI.Core.Installation
- Assembly
- JD.AI.Core.dll
Describes a single installed JD.AI tool in the global toolkit.
public sealed record InstalledTool : IEquatable<InstalledTool>
- Inheritance
-
InstalledTool
- Implements
- Inherited Members
Constructors
InstalledTool(string, string, string, InstallKind)
Describes a single installed JD.AI tool in the global toolkit.
public InstalledTool(string PackageId, string ToolName, string CurrentVersion, InstallKind InstallKind)
Parameters
PackageIdstringToolNamestringCurrentVersionstringInstallKindInstallKind
Properties
CurrentVersion
public string CurrentVersion { get; init; }
Property Value
InstallKind
public InstallKind InstallKind { get; init; }
Property Value
PackageId
public string PackageId { get; init; }
Property Value
ToolName
public string ToolName { get; init; }