GlobalObject::ScriptEngine Method ()

 

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

Gets the name of the scripting engine.

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

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_ScriptEngine)]
static String^ ScriptEngine()

Return Value

Type: System::String^

The string literal "JScript".

.NET Framework
Available since 1.1
Return to top
Show: