C# Class Hiro.Compilers.GetAllInstancesMethodImplementor

Inheritance: IGetAllInstancesMethodImplementor
Show file Open project: philiplaureano/Hiro

Public Methods

Method Description
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.

Method Details

DefineGetAllInstancesMethod() public method

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
return void

GetAllInstancesMethodImplementor() public method

Initializes a new instance of the GetAllInstancesMethodImplementor class.
public GetAllInstancesMethodImplementor ( ) : System
return System

GetAllInstancesMethodImplementor() public method

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.
return System