Click or drag to resize

TaskPackageInfo Class

Task Package Information
Inheritance Hierarchy
SystemObject
  CSharpGrid.Grid.TaskTaskPackageInfo

Namespace:  CSharpGrid.Grid.Task
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TaskPackageInfo

The TaskPackageInfo type exposes the following members.

Constructors
  NameDescription
Public methodTaskPackageInfo
TaskPackageInfo Constructor
Top
Properties
  NameDescription
Public propertyChecksum
Is Checksum Ok? Property
Public propertyDllDependencies
DLL Dependency List Property
Public propertyDllName
DLL Name Property
Public propertyDllSize
DLL Size Property
Public propertyDllValid
Is DLL Valid? Property
Public propertyDllVersion
DLL Version Property
Public propertyTasks
Package TaskInfo Dictionary Property
Top
Methods
  NameDescription
Public methodAddTask
Add Task to Package Info
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset TaskPackageInfo
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also