AxParameterData Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a parameter of a method of a hosted ActiveX control.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | AxParameterData(ParameterInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AxParameterData class using the specified parameter information. |
![]() | AxParameterData(ParameterInfo^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AxParameterData class using the specified parameter information and whether to ignore by reference parameters. |
![]() | AxParameterData(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AxParameterData class using the specified name and type name. |
![]() | AxParameterData(String^, Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AxParameterData class using the specified name and type. |
| Name | Description | |
|---|---|---|
![]() | Direction | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates the direction of assignment fields. |
![]() | IsByRef | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the parameter data is passed by reference. |
![]() | IsIn | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the parameter data is in. |
![]() | IsOptional | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the parameter data is optional. |
![]() | IsOut | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the parameter data is out. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the parameter. |
![]() | ParameterType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type expected by the parameter. |
![]() | TypeName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the type expected by the parameter. |
| Name | Description | |
|---|---|---|
![]() ![]() | Convert(array<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(array<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. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



