AxParameterData.Convert Method

Definition

Converts the specified parameter information to an AxParameterData object.

Overloads

Convert(ParameterInfo[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts the specified parameter information to an AxParameterData object.

Convert(ParameterInfo[], Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Convert(ParameterInfo[])

Converts the specified parameter information to an AxParameterData object.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public static System.Windows.Forms.Design.AxParameterData[] Convert(System.Reflection.ParameterInfo[] infos);

Parameters

infos
ParameterInfo[]

An array of ParameterInfo objects to convert.

Returns

An array of AxParameterData objects representing the specified array of ParameterInfo objects.

See also

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Convert(ParameterInfo[], Boolean)

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

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public static System.Windows.Forms.Design.AxParameterData[] Convert(System.Reflection.ParameterInfo[] infos, bool ignoreByRefs);

Parameters

infos
ParameterInfo[]

An array of ParameterInfo objects to convert.

ignoreByRefs
Boolean

A value indicating whether to ignore parameters passed by reference.

Returns

An array of AxParameterData objects representing the specified array of ParameterInfo objects.

See also

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1