| Overload | Description | 
|---|---|
| UACallArguments Constructor() | Initializes a new instance of the class with default data. | 
| UACallArguments Constructor(OperationArguments) | Initializes a new instance of the class, specifying operation arguments. | 
| UACallArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, and method node descriptor. | 
| UACallArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UANodeDescriptor,Object[]) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, method node descriptor, and input arguments. | 
| UACallArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UANodeDescriptor,Object[],Type[]) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, method node descriptor, input arguments, and input types. | 
| UACallArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UANodeDescriptor,Object[],TypeCode[]) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, method node descriptor, input arguments, and input type codes. | 
| UACallArguments Constructor(UANodeArguments) | Initializes a new instance of the class, specifying the node arguments. | 
| UACallArguments Constructor(UANodeArguments,UANodeDescriptor) | Initializes a new instance of the class, specifying the node arguments, and method node descriptor. | 
| UACallArguments Constructor(UANodeArguments,UANodeDescriptor,Object[]) | Initializes a new instance of the class, specifying the node arguments, method node descriptor, and input arguments. | 
| UACallArguments Constructor(UANodeArguments,UANodeDescriptor,Object[],Type[]) | Initializes a new instance of the class, specifying the node arguments, method node descriptor, input arguments, and input types. | 
| UACallArguments Constructor(UANodeArguments,UANodeDescriptor,Object[],TypeCode[]) | Initializes a new instance of the class, specifying the node arguments, method node descriptor, input arguments, and input type codes. | 
| UACallArguments Constructor(UACallArguments) | Initializes a new copy of the object. | 
| UACallArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. | 
