IAssemblyName Interface |
Defines the semantics of an assembly name.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public interface IAssemblyName
The IAssemblyName type exposes the following members.
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.
|
Name | Description | |
---|---|---|
GetPublicKey |
Gets the assembly public key.
| |
GetPublicKeyToken |
Gets the assembly public key token.
|