System.Windows.Forms.Design.AxParameterData Members

The members of System.Windows.Forms.Design.AxParameterData are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Windows.Forms.Design.AxParameterData class using the specified parameter information.

Initializes a new instance of the System.Windows.Forms.Design.AxParameterData class using the specified parameter information and whether to ignore by reference parameters.

Initializes a new instance of the System.Windows.Forms.Design.AxParameterData class using the specified name and type name.

Initializes a new instance of the System.Windows.Forms.Design.AxParameterData class using the specified name and type.

Public Properties

[read-only]
DirectionSystem.CodeDom.FieldDirection.

Indicates the direction of assignment fields.

[read-only]
IsByRefbool.

Indicates whether the parameter data is passed by reference.

[read-only]
IsInbool.

Indicates whether the parameter data is in.

[read-only]
IsOptionalbool.

Indicates whether the parameter data is optional.

[read-only]
IsOutbool.

Indicates whether the parameter data is out.

Namestring.

Gets or sets the name of the parameter.

[read-only]
ParameterTypeType.

Gets the type expected by the parameter.

[read-only]
TypeNamestring.

Gets the name of the type expected by the parameter.

Public Methods

static
Convert(System.Reflection.ParameterInfo[]) : AxParameterData[]

Converts the specified parameter information to an System.Windows.Forms.Design.AxParameterData object.

static
Convert(System.Reflection.ParameterInfo[], bool) : AxParameterData[]

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.