WebHostAssemblyResolver.GetApplicationAssemblies Method (ICollection(Of String), ISet(Of String))

 

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

Protected Overridable Function GetApplicationAssemblies (
	asmPaths As ICollection(Of String),
	excludedAssemblyNames As ISet(Of String)
) As ICollection(Of Assembly)

Parameters

asmPaths
Type: System.Collections.Generic.ICollection(Of String)

excludedAssemblyNames
Type: System.Collections.Generic.ISet(Of String)

Return to top
Show: