C# 클래스 Hiro.Compilers.CreateContainerStub

Represents a class that creates a IMicroContainer implementation.
상속: ICreateContainerType
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
CreateContainerType ( string typeName, string namespaceName, string assemblyName ) : Mono.Cecil.TypeDefinition

Creates a stub IMicroContainer implementation.

메소드 상세

CreateContainerType() 공개 메소드

Creates a stub IMicroContainer implementation.
public CreateContainerType ( string typeName, string namespaceName, string assemblyName ) : Mono.Cecil.TypeDefinition
typeName string The name of the new container type.
namespaceName string The namespace of the container type.
assemblyName string The name of the container assembly.
리턴 Mono.Cecil.TypeDefinition