Class AssemblyNameReference
- Namespace
- ICSharpCode.Decompiler.Metadata
- Assembly
- ICSharpCode.Decompiler.dll
public class AssemblyNameReference : IAssemblyReference
- Inheritance
-
AssemblyNameReference
- Implements
-
- Inherited Members
-
Constructors
public AssemblyNameReference()
Properties
public string? Culture { get; }
Property Value
- string
public string FullName { get; }
Property Value
- string
public bool IsRetargetable { get; }
Property Value
- bool
public bool IsWindowsRuntime { get; }
Property Value
- bool
public string Name { get; }
Property Value
- string
public byte[]? PublicKeyToken { get; }
Property Value
- byte[]
public Version? Version { get; }
Property Value
- Version
Methods
public static AssemblyNameReference Parse(string fullName)
Parameters
fullName
string
Returns
- AssemblyNameReference
public override string ToString()
Returns
- string