C# 클래스 Concordion.Internal.SpecificationConfig

Loads the configuration file for a specification assembly
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

공개 메소드들

메소드 설명
Load ( Assembly assembly ) : SpecificationConfig

Loads the specified assembly.

Load ( Type type ) : SpecificationConfig

Loads the specified type.

SpecificationConfig ( ) : System

비공개 메소드들

메소드 설명
Load ( string pathToAssembly ) : SpecificationConfig

Loads the specified path to assembly.

메소드 상세

Load() 공개 메소드

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

Load() 공개 메소드

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

SpecificationConfig() 공개 메소드

public SpecificationConfig ( ) : System
리턴 System