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; }TypeRef
Section titled “TypeRef”Returns: TypeRefInfo
public TypeRefInfo TypeRef { get; init; }