DynamicTaskBuilder Class |
Namespace: Ookii.Jumbo.Jet.Jobs.Builder
The DynamicTaskBuilder type exposes the following members.
Name | Description | |
---|---|---|
DynamicTaskBuilder | Initializes a new instance of the DynamicTaskBuilder class |
Name | Description | |
---|---|---|
DynamicAssemblyFileName |
Gets the name of the dynamic assembly file.
| |
DynamicAssemblyPath |
Gets the full path of the dynamic assembly file.
| |
IsDynamicAssemblyCreated |
Gets a value indicating whether a dynamic assembly has been created.
|
Name | Description | |
---|---|---|
CanCallTargetMethodDirectly |
Determines whether the target method of a delegate can be called directly by a generated task class, or if the
delegate needs to be serialized.
| |
CreateDynamicTask |
Creates a dynamically generated task class by overriding the specified method.
| |
DeleteAssembly |
Deletes the dynamic assembly, if it was saved.
| |
DeserializeDelegate |
Deserializes a delegate. This method is for internal Jumbo use only.
| |
Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) | |
SaveAssembly |
Saves the dynamic assembly, if one was created.
| |
SerializeDelegate |
Serializes a delegate to the specified SettingsDictionary.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |