RuntimeDelegateArgument Class
Describes the characteristics of a DelegateArgument to the runtime.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RuntimeDelegateArgument(String^, Type^, ArgumentDirection, DelegateArgument^) | Initializes a new instance of the RuntimeDelegateArgument class using the specified name, data type, argument direction, and DelegateArgument. |
| Name | Description | |
|---|---|---|
![]() | BoundArgument | Gets the DelegateArgument that is represented by this RuntimeDelegateArgument. |
![]() | Direction | Gets the direction of data flow through the RuntimeDelegateArgument. |
![]() | Name | Gets the name of the RuntimeDelegateArgument. |
![]() | Type | Gets the data type of the RuntimeDelegateArgument. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

