WebHostAssemblyResolver.GetProbingPathAssemblyNames Method (ServiceSettingsDictionary)
Gets the assemblies in the site extension probing path. We'll load these and not the application's version.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
protected virtual ICollection<string> GetProbingPathAssemblyNames( ServiceSettingsDictionary settings )
Parameters
Return Value
Type: System.Collections.Generic.ICollection<String>The collection of assemblies in the probing path.
Show: