Responder Developer Guide
AutoRegister(IEnumerable<Assembly>) Method


Assemblies to process
Attempt to automatically register all non-generic classes and interfaces in the specified assemblies If more than one class implements an interface then only one implementation will be registered although no error will be thrown.
Syntax
'Declaration
 
Public Overloads Sub AutoRegister( _
   ByVal assemblies As IEnumerable(Of Assembly) _
) 
'Usage
 
Dim instance As TinyIoCContainer
Dim assemblies As IEnumerable(Of Assembly)
 
instance.AutoRegister(assemblies)
public void AutoRegister( 
   IEnumerable<Assembly> assemblies
)

Parameters

assemblies
Assemblies to process
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