AxParameterData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a parameter of a method of a hosted ActiveX control.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class AxParameterData
public class AxParameterData
type AxParameterData = class
Public Class AxParameterData
- Inheritance
-
AxParameterData
Constructors
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. |
Properties
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. |
Methods
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. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |