Mono Class Library: System.Reflection.MethodBase Overview | Members

System.Reflection.MethodBase.GetParameters Method

Returns the parameters of the method or constructor reflected by the current instance.

public abstract ParameterInfo[] GetParameters ()

Returns

An array of System.Reflection.ParameterInfo objects that contain information that matches the signature of the method or constructor reflected by the current instance.

Remarks

Operation
As described above.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0