WebHostAssemblyResolver.GetApplicationAssemblyPaths Method (ServiceSettingsDictionary)
Gets a list of file paths where to look for assemblies to load dynamically. The paths should already be absolute and have no environment variables. In addition there may only be one path per entry, and there should be no duplicate entries.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
protected virtual ICollection<string> GetApplicationAssemblyPaths( ServiceSettingsDictionary settings )
Parameters
Return Value
Type: System.Collections.Generic.ICollection<String>A Collection<T>. If no paths have been found then the list is empty.
Show: