Header menu logo F# Compiler Guide

ILAssemblyRef Type

Instance members

Instance member Description

this.EqualsIgnoringVersion

Full Usage: this.EqualsIgnoringVersion

Parameters:
Returns: bool
arg0 : ILAssemblyRef
Returns: bool

this.Hash

Full Usage: this.Hash

Returns: byte[] option
Returns: byte[] option

this.Locale

Full Usage: this.Locale

Returns: string option
Returns: string option

this.Name

Full Usage: this.Name

Returns: string
Returns: string

this.PublicKey

Full Usage: this.PublicKey

Returns: PublicKey option
Returns: PublicKey option

this.QualifiedName

Full Usage: this.QualifiedName

Returns: string

The fully qualified name of the assembly reference, e.g. mscorlib, Version=1.0.3705 etc.

Returns: string

this.Retargetable

Full Usage: this.Retargetable

Returns: bool

CLI says this indicates if the assembly can be retargeted (at runtime) to be from a different publisher.

Returns: bool

this.Version

Full Usage: this.Version

Returns: ILVersionInfo option
Returns: ILVersionInfo option

Static members

Static member Description

ILAssemblyRef.Create(name, hash, publicKey, retargetable, version, locale)

Full Usage: ILAssemblyRef.Create(name, hash, publicKey, retargetable, version, locale)

Parameters:
    name : string
    hash : byte[] option
    publicKey : PublicKey option
    retargetable : bool
    version : ILVersionInfo option
    locale : string option

Returns: ILAssemblyRef
name : string
hash : byte[] option
publicKey : PublicKey option
retargetable : bool
version : ILVersionInfo option
locale : string option
Returns: ILAssemblyRef

ILAssemblyRef.FromAssemblyName(arg1)

Full Usage: ILAssemblyRef.FromAssemblyName(arg1)

Parameters:
Returns: ILAssemblyRef
arg0 : AssemblyName
Returns: ILAssemblyRef

Type something to start searching.