Click or drag to resize
TaskDescription Methods

The TaskDescription type exposes the following members.

Methods
  NameDescription
Public methodCreateInstance
Creates a task instance from this description. If the task type can't be found, a ReferenceTask instance is created which capsules this task description.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TaskDescription)
Determines whether the specified TaskDescription is equal to the current TaskDescription.
Public methodStatic memberGenerate(Type)
Generates a task description for the specified task type.
Public methodStatic memberGenerateT
Generates a task description for the specified task type.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
See Also