Defines the semantics of an assembly name.
Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
[InternalImplement]
public interface IAssemblyName
Properties
Name | Description |
---|---|
BindingContext | Gets the BindingContext in which the assembly name is valid. |
Culture | Gets the assembly culture name. |
IsRetargetable | Determines whether the reference is retargetable by the CLR, i.e. can be accommodated by an assembly whose identity does not match the current assembly reference. |
IsStronglyNamed | Determines whether the current assembly (or assembly reference) contains a strong name signature. |
Name | Gets the assembly friendly name. |
ProcessorArchitecture | Gets the processor architecture that the current assembly targets. |
Version | Gets the assembly version. |
Methods
Name | Description |
---|---|
GetPublicKey() | Gets the assembly public key. |
GetPublicKeyToken() | Gets the assembly public key token. |