C# 클래스 SimpleIoC.RegisteredComponent

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( ) : object
RegisteredComponent ( ) : System
RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType ) : System
RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType, RegisteredParameters parameters ) : System
RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType, object componentInstance ) : System
RegisteredComponent ( IIoCContainer iocContainerParent, object componentInstance ) : System

비공개 메소드들

메소드 설명
GetInstance ( int>.Dictionary attemptedInstances ) : object

메소드 상세

GetInstance() 공개 메소드

public GetInstance ( ) : object
리턴 object

RegisteredComponent() 공개 메소드

public RegisteredComponent ( ) : System
리턴 System

RegisteredComponent() 공개 메소드

public RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType ) : System
iocContainerParent IIoCContainer
componentType System.Type
리턴 System

RegisteredComponent() 공개 메소드

public RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType, RegisteredParameters parameters ) : System
iocContainerParent IIoCContainer
componentType System.Type
parameters RegisteredParameters
리턴 System

RegisteredComponent() 공개 메소드

public RegisteredComponent ( IIoCContainer iocContainerParent, Type componentType, object componentInstance ) : System
iocContainerParent IIoCContainer
componentType System.Type
componentInstance object
리턴 System

RegisteredComponent() 공개 메소드

public RegisteredComponent ( IIoCContainer iocContainerParent, object componentInstance ) : System
iocContainerParent IIoCContainer
componentInstance object
리턴 System