LEADTOOLS Medical (Leadtools.Ccow assembly)

COMCreateObject<T> Method

Show in webframe





Interface to the COM object to create.
The COM object progid.
Creates a COM object by progid.
Syntax
public static T COMCreateObject<T>( 
   string sProgID
)
'Declaration
 
Public Shared Function COMCreateObject(Of T)( _
   ByVal sProgID As String _
) As T
'Usage
 
Dim sProgID As String
Dim value As T
 
value = Utils.COMCreateObject(Of T)(sProgID)

            

            
public:
static T^ COMCreateObjectgeneric<typename T>
( 
   String^ sProgID
) 

Parameters

sProgID
The COM object progid.

Type Parameters

T
Interface to the COM object to create.

Return Value

The interface to the COM object.
Example
For an example refer to InitializeBinding.
Requirements

Target Platforms

See Also

Reference

Utils Class
Utils Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.