[]
Gets the service object of the specified type.
public override object GetService(Type serviceType)
Type | Name | Description |
---|---|---|
Type | serviceType | An object that specifies the type of service object to get |
Type | Description |
---|---|
object | A service object of type serviceType. -or- null if there is no service object of type serviceType. |