Share via


DefaultCreationPolicy.SelectConstructor(IBuilderContext, Type, String) Method

Definition

public:
 virtual System::Reflection::ConstructorInfo ^ SelectConstructor(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ typeToBuild, System::String ^ idToBuild);
public System.Reflection.ConstructorInfo SelectConstructor (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type typeToBuild, string idToBuild);
abstract member SelectConstructor : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.ConstructorInfo
override this.SelectConstructor : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.ConstructorInfo
Public Function SelectConstructor (context As IBuilderContext, typeToBuild As Type, idToBuild As String) As ConstructorInfo

Parameters

context
IBuilderContext
typeToBuild
Type
idToBuild
String

Returns

Implements

Applies to