C# Класс Hiro.Compilers.CreateContainerStub

Represents a class that creates a IMicroContainer implementation.
Наследование: ICreateContainerType
Показать файл Открыть проект

Открытые методы

Метод Описание
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