C# Class Hiro.Compilers.CreateContainerStub

Represents a class that creates a IMicroContainer implementation.
Inheritance: ICreateContainerType
Show file Open project: philiplaureano/Hiro

Public Methods

Method Description
CreateContainerType ( string typeName, string namespaceName, string assemblyName ) : Mono.Cecil.TypeDefinition

Creates a stub IMicroContainer implementation.

Method Details

CreateContainerType() public method

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.
return Mono.Cecil.TypeDefinition