WebHostAssemblyResolver.GetProbingPathAssemblyNames Method (ServiceSettingsDictionary)

 

Gets the assemblies in the site extension probing path. We'll load these and not the application's version.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

protected virtual ICollection<string> GetProbingPathAssemblyNames(
	ServiceSettingsDictionary settings
)

Return Value

Type: System.Collections.Generic.ICollection<String>

The collection of assemblies in the probing path.

Return to top
Show: