'Declaration Public Function GetService( _ ByVal serviceType As System.Type _ ) As System.Object
public System.object GetService( System.Type serviceType )
Parameters
- serviceType
- An object that specifies the type of service object to get.
Return Value
A service object of type serviceType. -or- null if there is no service object of type serviceType.