ScriptLanguage Class TIBCO Spotfire 7.12 API Reference
Represents a script language and version.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingScriptLanguage

Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
[NotPersistedAttribute]
public sealed class ScriptLanguage

The ScriptLanguage type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines if this instance is equal to the specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Computes the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberIronPython202
Gets an instance representing IronPython 2.0.2.
Public propertyStatic memberIronPython277
Gets an instance representing IronPython 2.7.7.
Public propertyStatic memberJavaScript
Gets an instance representing JavaScript.
Public propertyLanguage
Gets the language represented by this instance.
Public propertyVersion
Gets the language version represented by this instance.
Top
Version Information

Supported in: 7.12, 7.11
See Also

Reference