WebHostAssemblyResolver Class
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
System.Web.Http.Dispatcher.DefaultAssembliesResolver
Microsoft.WindowsAzure.Mobile.Service.Config.WebHostAssemblyResolver
| Name | Description | |
|---|---|---|
![]() | ApplicationAssemblyFileWatchers | Gets the set of file watchers that have been set up on application directories. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the WebHostAssemblyResolver class and optionally releases the managed resources. |
![]() | EnumerateAssemblyFiles(String) | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetApplicationAssemblies(ICollection<String>, ISet<String>) | |
![]() | GetApplicationAssemblyPaths(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. |
![]() | GetAssemblies() | (Overrides DefaultAssembliesResolver.GetAssemblies().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProbingPathAssemblyNames(ServiceSettingsDictionary) | Gets the assemblies in the site extension probing path. We'll load these and not the application's version. |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeApplicationAssemblyDirectories() | Set up shadow copy and file watchers on application assembly source directories. |
![]() | LoadAssembly(String) | |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnApplicationAssemblyChange(Object, FileSystemEventArgs) | |
![]() | ToString() | (Inherited from Object.) |
![]() | UnloadAppDomain() | Gently brings down the app domain, allowing any outstanding requests to complete in a mockable manner. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


