C# 클래스 Hiro.CachedContainerCompiler

Represents a container compiler that caches its compiled results.
상속: IContainerCompiler
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
Compile ( string typeName, string namespaceName, string assemblyName, IDependencyContainer dependencyContainer ) : AssemblyDefinition

Compiles a dependency graph into an IOC container.

비공개 메소드들

메소드 설명
CachedContainerCompiler ( IContainerCompiler compiler ) : System

Initializes a new instance of the CachedContainerCompiler class.

메소드 상세

Compile() 공개 메소드

Compiles a dependency graph into an IOC container.
public Compile ( string typeName, string namespaceName, string assemblyName, IDependencyContainer dependencyContainer ) : AssemblyDefinition
typeName string
namespaceName string
assemblyName string
dependencyContainer IDependencyContainer The instance that contains the services that will be instantiated by compiled container.
리턴 Mono.Cecil.AssemblyDefinition