ZennoLab Assemblies Documentation
EvaluateJavaScript Method
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : EvaluateJavaScript Method
javaScript

Type: System.String

The specified java script string to evaluate.

Glossary Item Box

Evaluates localy the specified java script code (supports WSH objects). Evaluates localy the specified java script code (supports WSH objects).

Syntax

C# 
public string EvaluateJavaScript( 
   string javaScript
)

Parameters

javaScript

Type: System.String

The specified java script string to evaluate.

Return Value

Type: System.String

The result of the evaluation. If the value is empty string then an error at runtime.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.