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

ファイルを表示 Open project: Azure/azure-webjobs-sdk-script

Public Methods

Method Description
Generate ( string functionAssemblyName, string typeName, Collection typeAttributes, Collection functions ) : Type
GetInvoker ( string method ) : IFunctionInvoker

Method Details

Generate() public static method

public static Generate ( string functionAssemblyName, string typeName, Collection typeAttributes, Collection functions ) : Type
functionAssemblyName string
typeName string
typeAttributes Collection
functions Collection
return System.Type

GetInvoker() public static method

public static GetInvoker ( string method ) : IFunctionInvoker
method string
return IFunctionInvoker