The ScriptLanguage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IronPython202 |
Gets an instance representing IronPython 2.0.2.
| |
| IronPython27 |
Gets an instance representing a script language that supports IronPython 2.7.7+.
| |
| IronPython277 |
Gets an instance representing IronPython 2.7.
| |
| IronPython3 |
Gets an instance representing a script language that supports IronPython 3.
| |
| JavaScript |
Gets an instance representing JavaScript.
| |
| Language |
Gets the language represented by this instance.
| |
| Version |
Gets the language version represented by this instance.
|
See Also