ScriptInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides detailed information of the script.
public sealed class ScriptInfo
type ScriptInfo = class
Public NotInheritable Class ScriptInfo
- Inheritance
-
ScriptInfo
Constructors
ScriptInfo(MajorObject, ScriptAction, ScriptOptions, Boolean) |
Initializes a new instance of the ScriptInfo class. |
Properties
Action |
Gets the scripting action for the script. |
Object |
Gets the specified object, which is the target of scripting. |
Options |
Gets the possible options for the script. |
ScriptDependents |
Gets whether the script is a dependent script. |