ClassHelperGetAssemblyNamesInternal Method |
Gets list of assembly names by given restrictions. Returns assemblies that contains at least one class fulfilling restrictions.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected virtual List<string> GetAssemblyNamesInternal(
string assembliesFilter,
ClassTypeSettings settings
)
Parameters
- assembliesFilter
- Type: SystemString
String to filter list of assembly names - settings
- Type: CMS.BaseClassTypeSettings
Settings used for filter classes
Return Value
Type:
ListStringSee Also