[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.Util.Xml.Serialization.Serializer.C1TypeDescriptorContextCreateInstance.GetService

GetService Method

GetService(Type)

Gets the service object of the specified type.

Declaration
public object GetService(Type serviceType)
Parameters
Type Name Description
Type serviceType

An object that specifies the type of service object to get.

Returns
Type Description
object

A service object of type serviceType. -or- null if there is no service object of type serviceType.

Implements