Share via


ReflectionModuleEnumerator Members

This implementation of IModuleEnumerator processes the assemblies located in a specified folder and enumerates the modules locating them using reflection.

The following tables list the members exposed by the ReflectionModuleEnumerator type.

Public Constructors

  Name Description
Public method ReflectionModuleEnumerator Initializes a new ReflectionModuleEnumerator instance.

Top

Public Properties

  Name Description
Public property BasePath Gets or sets the path where the assemblies to be reflected are located.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method EnumerateModules Returns an array with the modules found by using reflection.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

ReflectionModuleEnumerator Class
Microsoft.Practices.CompositeUI.Services Namespace