Responder Developer Guide
Register<RegisterType,RegisterImplementation>(RegisterImplementation,String) Method


Type to register
Type of instance to register that implements RegisterType
Instance of RegisterImplementation to register
Name of registration
Creates/replaces a named container class registration with a specific, strong referenced, instance.
Syntax
'Declaration
 
Public Overloads Function Register
    (Of RegisterType As Class,
     RegisterImplementation As {Class, RegisterType})( _
   ByVal instance As RegisterImplementation, _
   ByVal name As String _
) As TinyIoCContainer.RegisterOptions
'Usage
 
Dim instance As TinyIoCContainer
Dim instance As RegisterImplementation
Dim name As String
Dim value As TinyIoCContainer.RegisterOptions
 
value = instance.Register(Of RegisterType, RegisterImplementation)(instance, name)
public TinyIoCContainer.RegisterOptions Register<RegisterType,RegisterImplementation>( 
   RegisterImplementation instance,
   string name
)
where RegisterType: class
where RegisterImplementation: class, RegisterType

Parameters

instance
Instance of RegisterImplementation to register
name
Name of registration

Type Parameters

RegisterType
Type to register
RegisterImplementation
Type of instance to register that implements RegisterType

Return Value

RegisterOptions for fluent API
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TinyIoCContainer Class
TinyIoCContainer Members
Overload List

 

 


Send Comment