C# 클래스 Microsoft.Azure.WebJobs.Script.Description.FunctionGenerator

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
Generate ( string functionAssemblyName, string typeName, Collection typeAttributes, Collection functions ) : Type
GetInvoker ( string method ) : IFunctionInvoker

메소드 상세

Generate() 공개 정적인 메소드

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

GetInvoker() 공개 정적인 메소드

public static GetInvoker ( string method ) : IFunctionInvoker
method string
리턴 IFunctionInvoker