Table of Contents

Class DotNetDll

Namespace
ZeroInstall.Publish.EntryPoints
Assembly
ZeroInstall.Publish.dll
[Equatable]
public sealed class DotNetDll : DotNetExe, IEquatable<Candidate>, IIconContainer, IEquatable<DotNetExe>, IEquatable<DotNetDll>
Inheritance
DotNetDll
Implements
Inherited Members

Properties

ExecutableExtension

protected override string ExecutableExtension { get; }

Property Value

string

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Operators

operator ==(DotNetDll?, DotNetDll?)

Indicates whether the object on the left is equal to the object on the right.

public static bool operator ==(DotNetDll? left, DotNetDll? right)

Parameters

left DotNetDll

The left object

right DotNetDll

The right object

Returns

bool

true if the objects are equal; otherwise, false.

operator !=(DotNetDll?, DotNetDll?)

Indicates whether the object on the left is not equal to the object on the right.

public static bool operator !=(DotNetDll? left, DotNetDll? right)

Parameters

left DotNetDll

The left object

right DotNetDll

The right object

Returns

bool

true if the objects are not equal; otherwise, false.