LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

BuildUp<T> Method






Type of object to perform injection on
Instance to build up.
Run an existing object through the container and perform injection on it.
Syntax
public static T BuildUp<T>( 
   T existing
)
'Declaration
 
Public Shared Function BuildUp(Of T)( _
   ByVal existing As T _
) As T
'Usage
 
Dim existing As T
Dim value As T
 
value = ServiceLocator.BuildUp(Of T)(existing)
public static T BuildUp<T>( 
   T existing
)
 function Leadtools.Dicom.AddIn.ServiceLocator.BuildUp( 
   existing 
)
public:
static T^ BuildUpgeneric<typename T>
( 
   T^ existing
) 

Parameters

existing
Instance to build up.

Type Parameters

T
Type of object to perform injection on

Return Value

The resulting object. By default, this will be existing, but container extensions may add things like automatic proxy creation which would cause this to return a different object (but still type compatible with T).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceLocator Class
ServiceLocator Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features