| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ScriptEngineBuildVersion Function (JavaScript) | Microsoft Docs |
01/18/2017 |
windows-client-threshold |
|
language-reference |
|
|
|
7e255030-b0a3-420b-9c96-bb3e93c9333f |
11 |
mikejo5000 |
mikejo |
ghogen |
Gets the build version number of the scripting engine in use.
ScriptEngineBuildVersion()
The return value corresponds directly to the version information contained in the dynamic-link library (DLL) for the scripting language in use.
The following example illustrates the use of the ScriptEngineBuildVersion function:
if(window.ScriptEngineBuildVersion) {
console.log(window.ScriptEngineBuildVersion());
}
// Output: <current build version> [!INCLUDEjsv5]
ScriptEngine Function
ScriptEngineMajorVersion Function
ScriptEngineMinorVersion Function