ArcFM Solution Developer Guide
ModuleManager Constructor


Syntax
'Declaration
 
<System.ComponentModel.Composition.ImportingConstructorAttribute()>
Public Function New( _
   ByVal modules As System.Collections.Generic.IEnumerable(Of Lazy(Of IModule,IOrderable)) _
)
'Usage
 
Dim modules As System.Collections.Generic.IEnumerable(Of Lazy(Of IModule,IOrderable))
 
Dim instance As New ModuleManager(modules)
[System.ComponentModel.Composition.ImportingConstructor()]
public ModuleManager( 
   System.Collections.Generic.IEnumerable<Lazy<IModule,IOrderable>> modules
)

Parameters

modules
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

ModuleManager Class
ModuleManager Members

 

 


Send Comment