'Declaration
Function GetServiceOfType( _ ByVal serviceType As System.Type _ ) As INService
'Usage
Dim instance As INServiceProvider Dim serviceType As System.Type Dim value As INService value = instance.GetServiceOfType(serviceType)
INService GetServiceOfType( System.Type serviceType )
Parameters
- serviceType