C# 클래스 Castle.Facilities.TypedFactory.Internal.DelegateFactory

상속: ILazyComponentLoader
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ExtractInvokeMethod ( Type service ) : MethodInfo
Load ( string name, Type service, IDictionary arguments ) : IRegistration

보호된 메소드들

메소드 설명
GetInvokeMethod ( Type @delegate ) : MethodInfo
GetName ( Type service ) : string
HasReturn ( MethodInfo invoke ) : bool

메소드 상세

ExtractInvokeMethod() 공개 정적인 메소드

public static ExtractInvokeMethod ( Type service ) : MethodInfo
service System.Type
리턴 System.Reflection.MethodInfo

GetInvokeMethod() 보호된 정적인 메소드

protected static GetInvokeMethod ( Type @delegate ) : MethodInfo
@delegate System.Type
리턴 System.Reflection.MethodInfo

GetName() 보호된 메소드

protected GetName ( Type service ) : string
service System.Type
리턴 string

HasReturn() 보호된 정적인 메소드

protected static HasReturn ( MethodInfo invoke ) : bool
invoke System.Reflection.MethodInfo
리턴 bool

Load() 공개 메소드

public Load ( string name, Type service, IDictionary arguments ) : IRegistration
name string
service System.Type
arguments IDictionary
리턴 IRegistration