Table of Contents

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

PackageId string
ToolName string
CurrentVersion string
InstallKind InstallKind

Properties

CurrentVersion

public string CurrentVersion { get; init; }

Property Value

string

InstallKind

public InstallKind InstallKind { get; init; }

Property Value

InstallKind

PackageId

public string PackageId { get; init; }

Property Value

string

ToolName

public string ToolName { get; init; }

Property Value

string