C# Class Castle.Facilities.WcfIntegration.WcfClientFactorySelector

Inheritance: ITypedFactoryComponentSelector
Show file Open project: castleproject/Windsor

Public Methods

Method Description
SelectComponent ( MethodInfo method, Type type, object arguments ) : Func

Method Details

SelectComponent() public method

public SelectComponent ( MethodInfo method, Type type, object arguments ) : Func
method System.Reflection.MethodInfo
type System.Type
arguments object
return Func