GlobalObject::eval Method (Object^)

 

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

Throws an IllegalEval exception in all cases.

Namespace:   Microsoft.JScript
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.

Return Value

Type: System::Object^

Throws an IllegalEval exception in all cases.

.NET Framework
Available since 1.1
Return to top
Show: