GACUtilFindAssembly Method |
Find the entry of the assembly with the specified display name or short name and optional maximum version number.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static GACEntry FindAssembly(
string assemblyName,
bool isSpecificVersion = true,
string maxVersion = null
)
Parameters
- assemblyName
- Type: SystemString
Assembly display name or short name. - isSpecificVersion (Optional)
- Type: SystemBoolean
True if a specific version is desired. - maxVersion (Optional)
- Type: SystemString
Maximum version number (empty or null if none, ignored if display name is used).
Return Value
Type:
GACEntryThe display name of the assembly if found, otherwise null.
See Also