  | IServiceLocatorGetAllInstances Method (Type) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
SyntaxIEnumerable<Object> GetAllInstances(
	Type serviceType
)
Function GetAllInstances ( 
	serviceType As Type
) As IEnumerable(Of Object)
Parameters
- serviceType
 - Type: SystemType
 
Return Value
Type: 
IEnumerableObject
See Also