Name | Description | |
---|---|---|
![]() | AssembliesReferences | Gets a read-only list of assemblies references, representing assemblies referenced by this assembly. |
![]() | FileNameWithoutExtension | Gets the assembly main module file name without the ".dll" or ".exe" extension. |
![]() | FilePath | Gets the assembly main module file path. |
![]() | IsStrongNamed | Gets a value indicating whether this assembly is strong named or not. |
![]() | PDBAvailable | Gets a value indicating whether this assembly corresponding PDB file is available or not. |
![]() | PlatformTarget | Gets the assembly platform target value. |
![]() | TargetFrameworkName | Gets the target framework name (TFM) of the assembly. |
![]() | TargetRuntime | Gets the assembly target runtime version. |
![]() | Version | Gets the assembly version, the version specified with the System.Reflection.AssemblyVersionAttribute attribute. |