The members of System.Windows.Forms.Design.AxParameterData are listed below.
See Also: Inherited members from System.Object
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. |
[read-only] | Direction | System.CodeDom.FieldDirection.
Indicates the direction of assignment fields. |
[read-only] | IsByRef | bool.
Indicates whether the parameter data is passed by reference. |
[read-only] | IsIn | bool.
Indicates whether the parameter data is in. |
[read-only] | IsOptional | bool.
Indicates whether the parameter data is optional. |
[read-only] | IsOut | bool.
Indicates whether the parameter data is out. |
Name | string.
Gets or sets the name of the parameter. | |
[read-only] | ParameterType | Type.
Gets the type expected by the parameter. |
[read-only] | TypeName | string.
Gets the name of the type expected by the parameter. |
static | Convert(System.Reflection.ParameterInfo[])
| |
static | Convert(System.Reflection.ParameterInfo[], bool)
|