Share via


MethodCallInfo.GetParameters Method

Definition

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

Parameters

context
IBuilderContext
type
Type
id
String
method
MethodInfo

Returns

Object[]

Implements

Applies to