DefaultCreationPolicy.SelectConstructor(IBuilderContext, Type, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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