True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.Util.Xml.Serialization Namespace / Serializer.C1TypeDescriptorContextCreateInstance Class / GetService Method
An object that specifies the type of service object to get.

In This Topic
    GetService Method (Serializer.C1TypeDescriptorContextCreateInstance)
    In This Topic
    Gets the service object of the specified type.
    Syntax
    '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.
    See Also