Classes
              | Class | Description | |
|---|---|---|
| 
                   | 
                ScriptDefinition | 
                   
            Represents a script and some metadata such as the language and formal parameters.
             
                 | 
              
| 
                   | 
                ScriptManager | 
                   
            Manages the scripts in a document. There is one instance of the ScriptManager in each document and 
            it is owned by the Document.
             
                 | 
              
| 
                   | 
                ScriptManagerPropertyNames | 
                   
            Contains property name constants for the public properties of ScriptManager.
             
                 | 
              
| 
                   | 
                ScriptParameter | 
                   
            Represents a formal parameter that a script expects when it executes.
             
                 | 
              
| 
                   | 
                ScriptParameterCollection | 
                   
            Represents the parameters that a script expects when it executes.
            These are the formal parameters of the script.
             
                 | 
              
| 
                   | 
                ScriptParameterType | 
                   
            Represents the type of a formal script parameter.
             
                 |