C# Class Concordion.Internal.SpecificationConfig

Loads the configuration file for a specification assembly
Afficher le fichier Open project: concordion/concordion-net Class Usage Examples

Méthodes publiques

Méthode Description
Load ( Assembly assembly ) : SpecificationConfig

Loads the specified assembly.

Load ( Type type ) : SpecificationConfig

Loads the specified type.

SpecificationConfig ( ) : System

Private Methods

Méthode Description
Load ( string pathToAssembly ) : SpecificationConfig

Loads the specified path to assembly.

Method Details

Load() public méthode

Loads the specified assembly.
public Load ( Assembly assembly ) : SpecificationConfig
assembly System.Reflection.Assembly The assembly.
Résultat SpecificationConfig

Load() public méthode

Loads the specified type.
public Load ( Type type ) : SpecificationConfig
type System.Type The type.
Résultat SpecificationConfig

SpecificationConfig() public méthode

public SpecificationConfig ( ) : System
Résultat System