←Select platform

Get(Type) Method

Summary

Returns a service of a specific type.

Syntax

C#
VB
C++
public object Get( 
   Type serviceType 
) 
  
Public Overloads Function Get( _ 
   ByVal serviceType As Type _ 
) As Object 
public: 
Object^ Get(  
   Type^ serviceType 
)  

Parameters

serviceType
The type of the service to return.

Return Value

A service object of the requested type. Null if the service doesn't exists.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly