GlobalObject::eval Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Throws an IllegalEval exception in all cases.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_eval)] static Object^ eval( Object^ x )
Parameters
- x
-
Type:
System::Object^
The expression to evaluate.
.NET Framework
Available since 1.1
Available since 1.1
Show: