Class PlotterInfo
public record PlotterInfo : IEquatable<PlotterInfo>
- Inheritance
-
PlotterInfo
- Implements
- Inherited Members
- Extension Methods
Properties
CanInstall
public bool CanInstall { get; init; }
Property Value
DisplayName
public string DisplayName { get; init; }
Property Value
Installed
public bool Installed { get; init; }
Property Value
Version
public string? Version { get; init; }