C# Class Hiro.Compilers.CreateContainerStub

Represents a class that creates a IMicroContainer implementation.
Inheritance: ICreateContainerType
Afficher le fichier Open project: philiplaureano/Hiro

Méthodes publiques

Méthode Description
CreateContainerType ( string typeName, string namespaceName, string assemblyName ) : Mono.Cecil.TypeDefinition

Creates a stub IMicroContainer implementation.

Method Details

CreateContainerType() public méthode

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.
Résultat Mono.Cecil.TypeDefinition