Click or drag to resize

AssemblyUtilGetNormalizedDisplayName Method

Get a normalized version of the specified assembly display name, including the name, Version (if any), Culture (if any), PublicKeyToken (null if none), and processorArchitecture (if not the default MSIL).

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string GetNormalizedDisplayName(
	string assemblyName
)

Parameters

assemblyName
Type: SystemString

Return Value

Type: String
See Also