AssemblyDiscoveryHelperGetAssembliesFilePaths Method |
Returns an enumerable collection of file paths to all assemblies in the directories that the assembly resolver probes.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax public static IEnumerable<string> GetAssembliesFilePaths()
Return Value
Type:
IEnumerableStringAn 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