IlNavigationTarget.ExternalType
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
A type in an external (referenced) assembly.
public sealed record IlNavigationTarget.ExternalType : IlNavigationTarget, IEquatable<IlNavigationTarget>, IEquatable<IlNavigationTarget.ExternalType>Inheritance
Section titled “Inheritance”Object → IlNavigationTarget → IlNavigationTarget.ExternalType
Implements
Section titled “Implements”Constructors
Section titled “Constructors”ExternalType(TypeRefInfo, string)
Section titled “ExternalType(TypeRefInfo, string)”A type in an external (referenced) assembly.
Parameters:
TypeRef(TypeRefInfo)AssemblyName(String)
public ExternalType(TypeRefInfo TypeRef, string AssemblyName)Properties
Section titled “Properties”AssemblyName
Section titled “AssemblyName”Returns: String
public string AssemblyName { get; init; }EqualityContract
Section titled “EqualityContract”Returns: Type
protected override Type EqualityContract { get; }TypeRef
Section titled “TypeRef”Returns: TypeRefInfo
public TypeRefInfo TypeRef { get; init; }Methods
Section titled “Methods”Deconstruct(out TypeRefInfo, out string)
Section titled “Deconstruct(out TypeRefInfo, out string)”Parameters:
TypeRef(TypeRefInfo)AssemblyName(String)
public void Deconstruct(out TypeRefInfo TypeRef, out string AssemblyName)Equals(ExternalType?)
Section titled “Equals(ExternalType?)”Parameters:
other(ExternalType)
Returns: Boolean
public bool Equals(IlNavigationTarget.ExternalType? other)Equals(IlNavigationTarget?)
Section titled “Equals(IlNavigationTarget?)”Parameters:
other(IlNavigationTarget)
Returns: Boolean
public override sealed bool Equals(IlNavigationTarget? other)Equals(object?)
Section titled “Equals(object?)”Parameters:
obj(Object)
Returns: Boolean
public override bool Equals(object? obj)GetHashCode()
Section titled “GetHashCode()”Returns: Int32
public override int GetHashCode()PrintMembers(StringBuilder)
Section titled “PrintMembers(StringBuilder)”Parameters:
builder(StringBuilder)
Returns: Boolean
protected override bool PrintMembers(StringBuilder builder)ToString()
Section titled “ToString()”Returns: String
public override string ToString()Members
Section titled “Members”operator !=(ExternalType?, ExternalType?)
Section titled “operator !=(ExternalType?, ExternalType?)”Parameters:
left(ExternalType)right(ExternalType)
Returns: Boolean
public static bool operator !=(IlNavigationTarget.ExternalType? left, IlNavigationTarget.ExternalType? right)operator ==(ExternalType?, ExternalType?)
Section titled “operator ==(ExternalType?, ExternalType?)”Parameters:
left(ExternalType)right(ExternalType)
Returns: Boolean
public static bool operator ==(IlNavigationTarget.ExternalType? left, IlNavigationTarget.ExternalType? right)