Table of Contents

Class AssemblyNameReference

Namespace
ICSharpCode.Decompiler.Metadata
Assembly
ICSharpCode.Decompiler.dll
public class AssemblyNameReference : IAssemblyReference
Inheritance
AssemblyNameReference
Implements
Inherited Members

Constructors

AssemblyNameReference()

public AssemblyNameReference()

Properties

Culture

public string? Culture { get; }

Property Value

string

FullName

public string FullName { get; }

Property Value

string

IsRetargetable

public bool IsRetargetable { get; }

Property Value

bool

IsWindowsRuntime

public bool IsWindowsRuntime { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

PublicKeyToken

public byte[]? PublicKeyToken { get; }

Property Value

byte[]

Version

public Version? Version { get; }

Property Value

Version

Methods

Parse(string)

public static AssemblyNameReference Parse(string fullName)

Parameters

fullName string

Returns

AssemblyNameReference

ToString()

public override string ToString()

Returns

string