Responder Developer Guide
Register(Type,Type,Object) Method


Type to register
Type of instance to register that implements RegisterType
Instance of RegisterImplementation to register
Creates/replaces a container class registration with a specific, strong referenced, instance.
Syntax
'Declaration
 
Public Overloads Function Register( _
   ByVal registerType As Type, _
   ByVal registerImplementation As Type, _
   ByVal instance As Object _
) As TinyIoCContainer.RegisterOptions
'Usage
 
Dim instance As TinyIoCContainer
Dim registerType As Type
Dim registerImplementation As Type
Dim instance As Object
Dim value As TinyIoCContainer.RegisterOptions
 
value = instance.Register(registerType, registerImplementation, instance)

Parameters

registerType
Type to register
registerImplementation
Type of instance to register that implements RegisterType
instance
Instance of RegisterImplementation to register

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