Table of Contents

Class ConflictData

Namespace
ZeroInstall.DesktopIntegration
Assembly
ZeroInstall.DesktopIntegration.dll

Stores information about an AccessPoint causing a conflict and the AppEntry containing it.

public sealed record ConflictData : IEquatable<ConflictData>
Inheritance
ConflictData
Implements
Inherited Members

Constructors

ConflictData(AccessPoint, AppEntry)

Stores information about an AccessPoint causing a conflict and the AppEntry containing it.

public ConflictData(AccessPoint AccessPoint, AppEntry AppEntry)

Parameters

AccessPoint AccessPoint

The AccessPoint causing the conflict.

AppEntry AppEntry

The application containing the AccessPoint.

Properties

AccessPoint

The AccessPoint causing the conflict.

public AccessPoint AccessPoint { get; init; }

Property Value

AccessPoint

AppEntry

The application containing the AccessPoint.

public AppEntry AppEntry { get; init; }

Property Value

AppEntry