C# 클래스 Hiro.Compilers.GetAllInstancesMethodImplementor

상속: IGetAllInstancesMethodImplementor
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
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