WebHostAssemblyResolver Methods

 

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

NameDescription
System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the WebHostAssemblyResolver class and optionally releases the managed resources.

System_CAPS_protmethodEnumerateAssemblyFiles(String)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetApplicationAssemblies(ICollection<String>, ISet<String>)

System_CAPS_protmethodGetApplicationAssemblyPaths(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.

System_CAPS_pubmethodGetAssemblies()
System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetProbingPathAssemblyNames(ServiceSettingsDictionary)

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeApplicationAssemblyDirectories()

Set up shadow copy and file watchers on application assembly source directories.

System_CAPS_protmethodLoadAssembly(String)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnApplicationAssemblyChange(Object, FileSystemEventArgs)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_protmethodUnloadAppDomain()

Gently brings down the app domain, allowing any outstanding requests to complete in a mockable manner.

Return to top
Show: