ILAssemblyRef Type
Instance members
Instance member |
Description
|
|
|
Full Usage:
this.Hash
Returns: byte[] option
|
|
Full Usage:
this.Locale
Returns: string option
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
Full Usage:
this.QualifiedName
Returns: string
|
The fully qualified name of the assembly reference, e.g. mscorlib, Version=1.0.3705 etc.
|
Full Usage:
this.Retargetable
Returns: bool
|
CLI says this indicates if the assembly can be retargeted (at runtime) to be from a different publisher.
|
|
|
Static members
Static member |
Description
|
Full Usage:
ILAssemblyRef.Create(name, hash, publicKey, retargetable, version, locale)
Parameters:
string
hash : byte[] option
publicKey : PublicKey option
retargetable : bool
version : ILVersionInfo option
locale : string option
Returns: ILAssemblyRef
|
|
Full Usage:
ILAssemblyRef.FromAssemblyName(arg1)
Parameters:
AssemblyName
Returns: ILAssemblyRef
|
|