System.Windows.Forms.Design.AxParameterData.Convert Method

Converts the specified parameter information to an System.Windows.Forms.Design.AxParameterData object, according to the specified value indicating whether to ignore by reference parameters.

Syntax

public static AxParameterData[] Convert (System.Reflection.ParameterInfo[] infos, bool ignoreByRefs)

Parameters

infos
An array of System.Reflection.ParameterInfo objects to convert.
ignoreByRefs
A value indicating whether to ignore parameters passed by reference.

Returns

An array of System.Windows.Forms.Design.AxParameterData objects representing the specified array of System.Reflection.ParameterInfo objects.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0