Responder Developer Guide
Register<RegisterType>(RegisterType) Method


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

Parameters

instance
Instance of RegisterType to register

Type Parameters

RegisterType
Type 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