ModuleLoaderService Constructor
Initializes a new instance of the ModuleLoaderService class with the provided trace source.
Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
<InjectionConstructorAttribute> _
Public Sub New ( _
traceSource As TraceSource _
)
'Usage
Dim traceSource As TraceSource
Dim instance As New ModuleLoaderService(traceSource)
[InjectionConstructorAttribute]
public ModuleLoaderService (
TraceSource traceSource
)
[InjectionConstructorAttribute]
public:
ModuleLoaderService (
TraceSource^ traceSource
)
/** @attribute InjectionConstructorAttribute() */
public ModuleLoaderService (
TraceSource traceSource
)
InjectionConstructorAttribute
public function ModuleLoaderService (
traceSource : TraceSource
)
Parameters
- traceSource
The trace source for tracing. If null is passed, the service does not perform tracing.
See Also
Reference
ModuleLoaderService Class
ModuleLoaderService Members
Microsoft.Practices.CompositeUI.Services Namespace