C# Class Concordion.Internal.SpecificationConfig

Loads the configuration file for a specification assembly
Exibir arquivo Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
Load ( Assembly assembly ) : SpecificationConfig

Loads the specified assembly.

Load ( Type type ) : SpecificationConfig

Loads the specified type.

SpecificationConfig ( ) : System

Private Methods

Method Description
Load ( string pathToAssembly ) : SpecificationConfig

Loads the specified path to assembly.

Method Details

Load() public method

Loads the specified assembly.
public Load ( Assembly assembly ) : SpecificationConfig
assembly System.Reflection.Assembly The assembly.
return SpecificationConfig

Load() public method

Loads the specified type.
public Load ( Type type ) : SpecificationConfig
type System.Type The type.
return SpecificationConfig

SpecificationConfig() public method

public SpecificationConfig ( ) : System
return System