WorkflowInspectionServices Class

.NET Framework (current version)
 

Provides methods for working with the runtime metadata for an activity tree.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities::WorkflowInspectionServices

public ref class WorkflowInspectionServices abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCacheMetadata(Activity^)

Caches the runtime metadata for the specified activity tree.

System_CAPS_pubmethodSystem_CAPS_staticCacheMetadata(Activity^, LocationReferenceEnvironment^)

Caches the runtime metadata for the specified activity tree using the specified environment.

System_CAPS_pubmethodSystem_CAPS_staticCanInduceIdle(Activity^)

Specifies whether the service can include idle activities.

System_CAPS_pubmethodSystem_CAPS_staticGetActivities(Activity^)

Returns an IEnumerable<T> that represents all activities associated with the input activity.

System_CAPS_pubmethodSystem_CAPS_staticGetImplementationVersion(Activity^)

Retrieves the implementation version of the activity.

System_CAPS_pubmethodSystem_CAPS_staticResolve(Activity^, String^)

Returns the activity with the specified id from the specified activity tree.

.NET Framework
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.

Return to top
Show: