C# Class CastleTests.Facilities.TypedFactory.Selectors.SelectorByClosedArgumentType

Inheritance: Castle.Facilities.TypedFactory.DefaultTypedFactoryComponentSelector
Show file Open project: castleproject/Windsor

Public Methods

Method Description
SelectorByClosedArgumentType ( ) : System

Protected Methods

Method Description
GetArguments ( MethodInfo method, object arguments ) : IDictionary
GetComponentType ( MethodInfo method, object arguments ) : Type

Method Details

GetArguments() protected method

protected GetArguments ( MethodInfo method, object arguments ) : IDictionary
method System.Reflection.MethodInfo
arguments object
return IDictionary

GetComponentType() protected method

protected GetComponentType ( MethodInfo method, object arguments ) : Type
method System.Reflection.MethodInfo
arguments object
return System.Type

SelectorByClosedArgumentType() public method

public SelectorByClosedArgumentType ( ) : System
return System