The ScriptingOptions type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ScriptingOptions to the current object.
Public method Initialize
Initializes the current ScriptingOptions object witih the specified external assemblies and namespaces.
Public method Reset
Resets all properties of the current ScriptingOptions object to their default values.
Protected method ResetExternalAssemblies
Resets the ExternalAssemblies property to its default value.
Protected method ResetNamespaces
Resets the Namespaces property to its default value.
Protected method ShouldSerialize
Indicates whether the current object should be serialized.
Protected method ShouldSerializeExternalAssemblies
Indicates whether the ExternalAssemblies property should be serialized.
Protected method ShouldSerializeNamespaces
Indicates whether the Namespaces property should be serialized.

Properties

  Name Description
Public property ExternalAssemblies
Gets the list of external assemblies that can be used in scripts in the current document.
Public property Language
Gets or sets a value indicating which language is used in scripts attached to the document.
Public property Namespaces
Gets the list of namespaces that can be used in scripts in the current document.

See Also