Share via


ConstructorPolicy.GetParameters Method

Definition

public:
 virtual cli::array <System::Object ^> ^ GetParameters(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ type, System::String ^ id, System::Reflection::ConstructorInfo ^ constructor);
public object[] GetParameters (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type type, string id, System.Reflection.ConstructorInfo constructor);
abstract member GetParameters : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string * System.Reflection.ConstructorInfo -> obj[]
override this.GetParameters : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string * System.Reflection.ConstructorInfo -> obj[]
Public Function GetParameters (context As IBuilderContext, type As Type, id As String, constructor As ConstructorInfo) As Object()

Parameters

context
IBuilderContext
type
Type
id
String
constructor
ConstructorInfo

Returns

Object[]

Implements

Applies to