Table of Contents

Class DefaultExtensionRegistry

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class DefaultExtensionRegistry : IExtensionRegistry
Inheritance
DefaultExtensionRegistry
Implements
Inherited Members
Extension Methods

Constructors

DefaultExtensionRegistry()

public DefaultExtensionRegistry()

Methods

GetExtensions(Type)

public IEnumerable<object> GetExtensions(Type type)

Parameters

type Type

Returns

IEnumerable<object>

RegisterExtension(Type, object)

public void RegisterExtension(Type type, object instance)

Parameters

type Type
instance object