AssemblyDefinitionUtilGetShortDisplayName Method |
Get a shorter display name for an assembly, truncating anything after the PublicKeyToken,
such as Culture and processorArchitecture.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string GetShortDisplayName(
string assemblyName
)
Parameters
- assemblyName
- Type: SystemString
Return Value
Type:
StringSee Also