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
originalSystemComponentData
Properties
Disks
Gets the collection of disk components.
public required IReadOnlyList<ComponentData> Disks { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Memory
Gets the collection of memory components.
public required IReadOnlyList<ComponentData> Memory { get; init; }
Property Value
Processors
Gets the collection of processor components.
public required IReadOnlyList<ComponentData> Processors { get; init; }
Property Value
System
Gets the system components.
public required ComponentData System { get; init; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
Equals(SystemComponentData?)
public virtual bool Equals(SystemComponentData? other)
Parameters
otherSystemComponentData
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(SystemComponentData?, SystemComponentData?)
public static bool operator ==(SystemComponentData? left, SystemComponentData? right)
Parameters
leftSystemComponentDatarightSystemComponentData
Returns
operator !=(SystemComponentData?, SystemComponentData?)
public static bool operator !=(SystemComponentData? left, SystemComponentData? right)
Parameters
leftSystemComponentDatarightSystemComponentData