ModuleEntryReferencedAssembliesNames Property |
Gets a set of names of assemblies referenced by the assembly of this module entry.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public HashSet<string> ReferencedAssembliesNames { get; }
Property Value
Type:
HashSetStringRemarks
The set performs a case-insensitive string comparison using the word comparison rules of the invariant culture.
See Also