CodeActivityContext Class
.NET Framework 4.5
Extends ActivityContext and provides additional functionality for CodeActivity.
System.Object
System.Activities.ActivityContext
System.Activities.CodeActivityContext
System.Activities.AsyncCodeActivityContext
System.Activities.ActivityContext
System.Activities.CodeActivityContext
System.Activities.AsyncCodeActivityContext
Namespace: System.Activities
Assembly: System.Activities (in System.Activities.dll)
The CodeActivityContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityInstanceId | Gets the unique identifier of the currently executing activity instance. (Inherited from ActivityContext.) |
![]() | DataContext | Gets the data context of the currently executing activity. (Inherited from ActivityContext.) |
![]() | WorkflowInstanceId | Gets the unique indentifier of the currently executing workflow instance. (Inherited from ActivityContext.) |
| 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.) |
![]() | GetExtension<T> | Returns an extension of the specified type. (Inherited from ActivityContext.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLocation<T> | Returns the typed location for the specified referenced location for the current activity context. (Inherited from ActivityContext.) |
![]() | GetProperty<THandle> | Gets the execution property of the specified type. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue(Argument) | Gets the value of the specified Argument. (Inherited from ActivityContext.) |
![]() | GetValue(RuntimeArgument) | Gets the value of the specified RuntimeArgument. (Inherited from ActivityContext.) |
![]() | GetValue<T>(InArgument<T>) | Gets the value of the specified InArgument<T>. (Inherited from ActivityContext.) |
![]() | GetValue<T>(InOutArgument<T>) | Gets the value of the specified InOutArgument<T>. (Inherited from ActivityContext.) |
![]() | GetValue<T>(LocationReference) | Gets the value at the specified LocationReference. (Inherited from ActivityContext.) |
![]() | GetValue<T>(OutArgument<T>) | Gets the value of the specified OutArgument<T>. (Inherited from ActivityContext.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetValue(Argument, Object) | Assigns a value to the specified Argument. (Inherited from ActivityContext.) |
![]() | SetValue<T>(InArgument<T>, T) | Assigns a value to the specified InArgument<T>. (Inherited from ActivityContext.) |
![]() | SetValue<T>(InOutArgument<T>, T) | Assigns a value to the specified InOutArgument<T>. (Inherited from ActivityContext.) |
![]() | SetValue<T>(LocationReference, T) | Assigns a value to the specified LocationReference. (Inherited from ActivityContext.) |
![]() | SetValue<T>(OutArgument<T>, T) | Assigns a value to the specified OutArgument<T>. (Inherited from ActivityContext.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Track | Sends the specified custom tracking record to any registered tracking providers. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
