Register(Type,Type,string) Method

Summary

Registers a type mapping with the container.

Syntax
C#
VB
C++
public static void Register( 
   Type from, 
   Type to, 
   string name 
) 
  
Public Overloads Shared Sub Register( _ 
   ByVal from As Type, _ 
   ByVal to As Type, _ 
   ByVal name As String _ 
)  
public: 
static void Register(  
   Type^ from, 
   Type^ to, 
   String^ name 
)  

Parameters

from
Type that will be requested.

to
Type that will actually be returned.

name
Name to use for registration.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly