  | IServiceLocatorGetInstance Method (Type, String) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
SyntaxObject GetInstance(
	Type serviceType,
	string key
)
Function GetInstance ( 
	serviceType As Type,
	key As String
) As Object
Parameters
- serviceType
 - Type: SystemType
 - key
 - Type: SystemString
 
Return Value
Type: 
Object
See Also