ActivityInfo Class
.NET Framework (current version)
Contains information on a tracked Activity.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityInfo(String^, String^, String^, String^) | Initializes a new instance of the ActivityInfo class using the specified name, ID, instance ID and type name. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the ID for the activity. |
![]() | InstanceId | Gets the run-time ID of the activity instance. |
![]() | Name | Gets the name associated with the activity |
![]() | TypeName | Gets the type name of the activity. |
| 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() | Gets a string representation of the ActivityInfo object(Overrides Object::ToString().) |
.NET Framework
Available since 4.0
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.
Show:

