This documentation is archived and is not being maintained.
RuntimeArgument Class
Visual Studio 2010
Describes the characteristics of an argument of an activity to the runtime.
Assembly: System.Activities (in System.Activities.dll)
The RuntimeArgument type exposes the following members.
| 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, List<String>) | Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a list of overload group names. |
![]() | 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. |
| 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.) |
![]() | NameCore | When implemented by a derived class, gets or sets the culturally localized version of 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.) |
![]() | TypeCore | When implemented in a derived class, gets or sets the culturally localized version of 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetLocation | Returns the Location for this RuntimeArgument. (Overrides LocationReference::GetLocation(ActivityContext).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Set | Sets the value of the RuntimeArgument. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
