Table of Contents

Class SystemComponentData

Namespace
Tudormobile.IronLedgerLib
Assembly
Tudormobile.IronLedgerLib.dll

Represents an aggregated collection of all system component data.

public record SystemComponentData : IEquatable<SystemComponentData>
Inheritance
SystemComponentData
Implements
Inherited Members
Extension Methods

Constructors

SystemComponentData()

public SystemComponentData()

SystemComponentData(SystemComponentData)

protected SystemComponentData(SystemComponentData original)

Parameters

original SystemComponentData

Properties

Disks

Gets the collection of disk components.

public required IReadOnlyList<ComponentData> Disks { get; init; }

Property Value

IReadOnlyList<ComponentData>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Memory

Gets the collection of memory components.

public required IReadOnlyList<ComponentData> Memory { get; init; }

Property Value

IReadOnlyList<ComponentData>

Processors

Gets the collection of processor components.

public required IReadOnlyList<ComponentData> Processors { get; init; }

Property Value

IReadOnlyList<ComponentData>

System

Gets the system components.

public required ComponentData System { get; init; }

Property Value

ComponentData

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

Equals(SystemComponentData?)

public virtual bool Equals(SystemComponentData? other)

Parameters

other SystemComponentData

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(SystemComponentData?, SystemComponentData?)

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

Parameters

left SystemComponentData
right SystemComponentData

Returns

bool

operator !=(SystemComponentData?, SystemComponentData?)

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

Parameters

left SystemComponentData
right SystemComponentData

Returns

bool