Represents a signal that can be referenced by its constituent components.
| C# | Visual Basic | Visual C++ |
public struct SignalReference : IEquatable<SignalReference>, IComparable<SignalReference>
Public Structure SignalReference _ Implements IEquatable(Of SignalReference), IComparable(Of SignalReference)
public value class SignalReference : IEquatable<SignalReference>, IComparable<SignalReference>
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| SignalReference(String) |
Creates a new SignalReference.
| |
| Acronym |
Gets or sets the acronym of this SignalReference.
| |
| CellIndex |
Gets or sets the cell index of this SignalReference.
| |
| CompareTo(SignalReference) |
Compares the current object with another object of the same type.
| |
| CompareTo(Object) |
Compares the current object with another object of the same type.
| |
| Equality(SignalReference, SignalReference) |
Compares two SignalReference values for equality.
| |
| Equals(Object) |
Indicates whether the current object is equal to another object of the same type.
(Overrides ValueType.Equals(Object).) | |
| Equals(SignalReference) |
Indicates whether the current object is equal to another object of the same type.
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Returns the hash code for this SignalReference.
(Overrides ValueType.GetHashCode()()()().) | |
| GetSignalKindAcronym(SignalKind) |
Gets the acronym for the specified SignalKind.
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GreaterThan(SignalReference, SignalReference) |
Returns true if left SignalReference value is greater than right SignalReference value.
| |
| GreaterThanOrEqual(SignalReference, SignalReference) |
Returns true if left SignalReference value is greater than or equal to right SignalReference value.
| |
| Index |
Gets or sets the signal index of this SignalReference.
| |
| Inequality(SignalReference, SignalReference) |
Compares two SignalReference values for inequality.
| |
| Kind |
Gets or sets the SignalKind of this SignalReference.
| |
| LessThan(SignalReference, SignalReference) |
Returns true if left SignalReference value is less than right SignalReference value.
| |
| LessThanOrEqual(SignalReference, SignalReference) |
Returns true if left SignalReference value is less than or equal to right SignalReference value.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ParseSignalKind(String) |
Gets the SignalKind for the specified acronym.
| |
| ToString()()()() |
Returns a String that represents the current SignalReference.
(Overrides ValueType.ToString()()()().) | |
| ToString(String, SignalKind) | ||
| ToString(String, SignalKind, Int32) |