The ScopeScript type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScopeScript()()()() |
Initializes a new instance of the ScopeScript class
| |
ScopeScript(String) |
Initializes a new instance of the ScopeScript class
|
Methods
Name | Description | |
---|---|---|
Clone |
Clone a new object of ScopeScript
(Overrides IScopeScriptClone()()()().) |
Properties
Name | Description | |
---|---|---|
Contents |
Gets or sets the contents of the script. If this property is set, Path will be ignored.
(Overrides IScopeScriptContents()()()().) | |
Name |
Gets or sets the script friendly name.
(Overrides IScopeScriptName()()()().) | |
Parameters |
Gets the script parameters
(Overrides IScopeScriptParameters()()()().) | |
Path |
Gets or sets the path of the script. If Contents is set, this property will be ignored.
(Overrides IScopeScriptPath()()()().) | |
Settings |
Gets the script settings
(Overrides IScopeScriptSettings()()()().) |