GlobalObject::ScriptEngineMinorVersion Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the minor version number of the scripting engine.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_ScriptEngineMinorVersion)]
static int ScriptEngineMinorVersion()

Return Value

Type: System::Int32

The minor version number of the scripting engine.

.NET Framework
Available since 1.1
Return to top
Show: