Click or drag to resize

ScriptContainer Methods

The ScriptContainer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodLoadOptions
Used to load options and settings derived from ScriptOptions for use with the implemented script.
Public methodLoadReport
Used to show a report derived from ScriptReport to the user after script execution.
Public methodProgressStep
Used for providing progress manually
Public methodRun
Executes the script.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also