Click or drag to resize
ModuleEntryReferencedAssembliesNames Property
Gets a set of names of assemblies referenced by the assembly of this module entry.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public HashSet<string> ReferencedAssembliesNames { get; }

Property Value

Type: HashSetString
Remarks
The set performs a case-insensitive string comparison using the word comparison rules of the invariant culture.
See Also