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

Наследование: IGetAllInstancesMethodImplementor
Показать файл Открыть проект

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

Метод Описание
DefineGetAllInstancesMethod ( Mono.Cecil.TypeDefinition containerType, Mono.Cecil.ModuleDefinition module, IImplementation>.IDictionary serviceMap ) : void
GetAllInstancesMethodImplementor ( ) : System

Initializes a new instance of the GetAllInstancesMethodImplementor class.

GetAllInstancesMethodImplementor ( IServiceInitializer initializer ) : System

Initializes a new instance of the GetAllInstancesMethodImplementor class.

Описание методов

DefineGetAllInstancesMethod() публичный Метод

public DefineGetAllInstancesMethod ( Mono.Cecil.TypeDefinition containerType, Mono.Cecil.ModuleDefinition module, IImplementation>.IDictionary serviceMap ) : void
containerType Mono.Cecil.TypeDefinition
module Mono.Cecil.ModuleDefinition
serviceMap IImplementation>.IDictionary
Результат void

GetAllInstancesMethodImplementor() публичный Метод

Initializes a new instance of the GetAllInstancesMethodImplementor class.
public GetAllInstancesMethodImplementor ( ) : System
Результат System

GetAllInstancesMethodImplementor() публичный Метод

Initializes a new instance of the GetAllInstancesMethodImplementor class.
public GetAllInstancesMethodImplementor ( IServiceInitializer initializer ) : System
initializer IServiceInitializer The instance that will initialize the service types with the current container.
Результат System