C# Class Microsoft.Azure.WebJobs.Script.Description.ExtensionSharedAssemblyProvider

Inheritance: ISharedAssemblyProvider
ファイルを表示 Open project: Azure/azure-webjobs-sdk-script Class Usage Examples

Public Methods

Method Description
ExtensionSharedAssemblyProvider ( ICollection bindingProviders ) : System

Constructs a new instance.

TryResolveAssembly ( string assemblyName, Assembly &assembly ) : bool

Private Methods

Method Description
TryResolveExtensionAssembly ( ScriptBindingProvider bindingProvider, string assemblyName, Assembly &assembly ) : bool

Method Details

ExtensionSharedAssemblyProvider() public method

Constructs a new instance.
public ExtensionSharedAssemblyProvider ( ICollection bindingProviders ) : System
bindingProviders ICollection The collection of s.
return System

TryResolveAssembly() public method

public TryResolveAssembly ( string assemblyName, Assembly &assembly ) : bool
assemblyName string
assembly System.Reflection.Assembly
return bool