C# Class SafeDirectoryCatalog, Rock

MEF Directory Catalog that will handle outdated MEF Components
Inheritance: ComposablePartCatalog
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
SafeDirectoryCatalog ( string directory, Type baseType ) : System

Initializes a new instance of the SafeDirectoryCatalog class.

Method Details

SafeDirectoryCatalog() public méthode

Initializes a new instance of the SafeDirectoryCatalog class.
public SafeDirectoryCatalog ( string directory, Type baseType ) : System
directory string The directory.
baseType Type Type of the base.
Résultat System