Assembly Info is a small tool to get assembly information. These detail includes: - FullName - Gets the display name of the assembly.
- ImageRuntimeVersion - Gets a string representing the version of the common language runtime (CLR) saved in the file containing the manifest.
- Location - Gets the full path or UNC location of the loaded file that contains the manifest.
- ManifestModule - Gets the module that contains the manifest for the current assembly.
- PermissionSet - Gets the grant set of the current assembly.
- SecurityRuleSet - Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.
| |