ScriptInfo Class

Definition

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.

Applies to