FunctionGenerator.Generate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Type Generate (string functionAssemblyName, string typeName, System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> typeAttributes, System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor> functions);
static member Generate : string * string * System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> * System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptor> -> Type
Public Shared Function Generate (functionAssemblyName As String, typeName As String, typeAttributes As Collection(Of CustomAttributeBuilder), functions As Collection(Of FunctionDescriptor)) As Type
Parameters
- functionAssemblyName
- String
- typeName
- String
- typeAttributes
- Collection<CustomAttributeBuilder>
- functions
- Collection<FunctionDescriptor>
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.