LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Retrieve<T>(String) Method

Show in webframe





Type of object to get from the container.
Name of the object to retrieve.
Resolve an instance of the requested type with the given name from the container.
Syntax
public static T Retrieve<T>( 
   string name
)
'Declaration
 
Public Overloads Shared Function Retrieve(Of T)( _
   ByVal name As String _
) As T
'Usage
 
Dim name As String
Dim value As T
 
value = ServiceLocator.Retrieve(Of T)(name)

            

            
public:
static T^ Retrievegeneric<typename T>
( 
   String^ name
) 

Parameters

name
Name of the object to retrieve.

Type Parameters

T
Type of object to get from the container.

Return Value

The retrieved object.
Requirements

Target Platforms

See Also

Reference

ServiceLocator Class
ServiceLocator Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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