Click or drag to resize
AssemblyDiscoveryGetAssembliesFilePaths Method
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.2.23
Syntax
C#
public static IEnumerable<string> GetAssembliesFilePaths()

Return Value

Type: IEnumerableString
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