Executable-Member
Defines an abstract class that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
Der Executable-Typ macht die folgenden Member verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
Executable | Initializes a new instance of the Executable class. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | Determines whether two object instances are equal. (Geerbt von DtsObject.) |
![]() |
Execute | Executes the executable. |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Geerbt von DtsObject.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
Validate | Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. The component that implements this method is the component that is being validated. |
Zum Anfang
.gif)
.gif)
.gif)