RuntimeArgument Class
Describes the characteristics of an argument of an activity to the runtime.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RuntimeArgument(String^, Type^, ArgumentDirection) | Initializes a new instance of the RuntimeArgument class using a name, data type, and argument direction. |
![]() | RuntimeArgument(String^, Type^, ArgumentDirection, Boolean) | Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a value that indicates whether the RuntimeArgument is required to be bound to a value. |
![]() | RuntimeArgument(String^, Type^, ArgumentDirection, Boolean, List<String^>^) | Initializes a new instance of the RuntimeArgument class with a name, data type, argument direction, whether the RuntimeArgument is required to be bound to a value, and a list of overload group names. |
![]() | RuntimeArgument(String^, Type^, ArgumentDirection, List<String^>^) | Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a list of overload group names. |
| Name | Description | |
|---|---|---|
![]() | Direction | Gets the direction of the data flow through this RuntimeArgument. |
![]() | IsRequired | Gets a value that indicates whether the RuntimeArgument is required to be bound to a value. |
![]() | Name | Gets or sets the name of the LocationReference.(Inherited from LocationReference.) |
![]() | OverloadGroupNames | Gets a list of the overload groups that this RuntimeArgument belongs to. |
![]() | Type | Gets or sets the type of the LocationReference.(Inherited from LocationReference.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Get(ActivityContext^) | Gets the value of the RuntimeArgument using the specified activity context. |
![]() | Get<T>(ActivityContext^) | Gets the strongly-typed value of the RuntimeArgument using the specified activity context. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLocation(ActivityContext^) | Returns the Location for this RuntimeArgument.(Overrides LocationReference::GetLocation(ActivityContext^).) |
![]() | GetType() | |
![]() | Set(ActivityContext^, Object^) | Sets the value of the RuntimeArgument. |
![]() | 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.

