Microsoft.Activities.Extensions |
LoadAssembly Members |
LoadAssembly Class Constructors Methods Properties See Also Send Feedback |
The LoadAssembly type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LoadAssembly | Initializes a new instance of the LoadAssembly class |
Methods
Name | Description | |
---|---|---|
Abort | When implemented in a derived class, takes actions in response to the activity being aborted. (Inherited from NativeActivity.) | |
CacheMetadata(ActivityMetadata) | Not implemented. Use the CacheMetadata(NativeActivityMetadata) method instead. (Inherited from NativeActivity.) | |
CacheMetadata(NativeActivityMetadata) |
Caches metadata
(Overrides NativeActivity..::..CacheMetadata(NativeActivityMetadata).) | |
Cancel | When implemented in a derived class, runs logic to cause graceful early completion of the activity. (Inherited from NativeActivity.) | |
Equals | (Inherited from Object.) | |
Execute |
The execute method.
(Overrides NativeActivity..::..Execute(NativeActivityContext).) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | (Inherited from NativeActivity.) | |
OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | (Inherited from NativeActivity.) | |
ShouldSerializeDisplayName | Indicates whether the DisplayName property should be serialized. (Inherited from Activity.) | |
ToString | (Inherited from Activity.) | |
UpdateInstance | (Inherited from NativeActivity.) |
Properties
Name | Description | |
---|---|---|
Assembly |
Gets or sets Assembly.
| |
CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) | |
CanInduceIdle | Gets or sets a value that indicates whether the activity can cause the workflow to become idle. (Inherited from NativeActivity.) | |
Constraints | Gets a collection of Constraint activities that can be configured to provide validation for the Activity. (Inherited from Activity.) | |
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) | |
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) | |
Implementation | The execution logic of the activity. (Inherited from NativeActivity.) | |
ImplementationVersion | (Inherited from NativeActivity.) | |
Path |
Gets or sets Path to the assembly you want to load.
|