AssemblyDiscovery GetAssembliesFilePaths Method Kentico 8.0 API Reference
Returns an enumerable collection of file paths to all assemblies in the directories that the assembly resolver probes.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineIEnumerable OnlineString 
An enumerable collection of file paths to all assemblies in the directories that the assembly resolver probes.
Remarks

The assembly resolver probes for assemblies in the application directory. If the application setup includes a list of search paths relative to the application directory, the assembly resolver probes for assemblies only in the specified subdirectories. A web application is a good example as its setup includes a relative path to the bin subfolder.
See Also