The ScopeScript type exposes the following members.

Constructors

  NameDescription
Public methodScopeScript()()()()
Initializes a new instance of the ScopeScript class
Public methodScopeScript(String)
Initializes a new instance of the ScopeScript class

Methods

  NameDescription
Public methodClone
Clone a new object of ScopeScript
(Overrides IScopeScriptClone()()()().)

Properties

  NameDescription
Public propertyContents
Gets or sets the contents of the script. If this property is set, Path will be ignored.
(Overrides IScopeScriptContents()()()().)
Public propertyName
Gets or sets the script friendly name.
(Overrides IScopeScriptName()()()().)
Public propertyParameters
Gets the script parameters
(Overrides IScopeScriptParameters()()()().)
Public propertyPath
Gets or sets the path of the script. If Contents is set, this property will be ignored.
(Overrides IScopeScriptPath()()()().)
Public propertySettings
Gets the script settings
(Overrides IScopeScriptSettings()()()().)

See Also