FunctionMetadataResolver Class
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 sealed class FunctionMetadataResolver : Microsoft.CodeAnalysis.MetadataReferenceResolver, Microsoft.Azure.WebJobs.Script.Description.IFunctionMetadataResolver
type FunctionMetadataResolver = class
inherit MetadataReferenceResolver
interface IFunctionMetadataResolver
Public NotInheritable Class FunctionMetadataResolver
Inherits MetadataReferenceResolver
Implements IFunctionMetadataResolver
- Inheritance
-
FunctionMetadataResolver
- Implements
Constructors
FunctionMetadataResolver(String, ICollection<ScriptBindingProvider>, TraceWriter, ILoggerFactory) |