IAssemblyName Properties |
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.
|