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