ICreationPolicy.GetParameters 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:
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[]
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[]