| IServiceLocatorGetInstance Method (Type, String) |
Namespace:
Dynamicweb.Extensibility
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax Object 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:
ObjectSee Also