System.Reflection.Emit.DynamicMethod.GetParameters Method

Returns the parameters of the dynamic method.

Syntax

public override System.Reflection.ParameterInfo[] GetParameters ()

Returns

An array of System.Reflection.ParameterInfo objects that represent the parameters of the dynamic method.

Remarks

The System.Reflection.ParameterInfo objects returned by this method are for information only. Use the DynamicMethod.DefineParameter(int, System.Reflection.ParameterAttributes, string) method to set or change the characteristics of the parameters.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0