Click or drag to resize

ServiceLocatorGetAllInstances Method (Type)

Namespace:  Dynamicweb.Extensibility.Providers
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public virtual IEnumerable<Object> GetAllInstances(
	Type serviceType
)

Parameters

serviceType
Type: SystemType

Return Value

Type: IEnumerableObject

Implements

IServiceLocatorGetAllInstances(Type)
See Also