'Declaration Public Function ExecuteScript( _
ByVal javaScriptThe java script.As System.String, _
ByVal unwrapA value indicating whether to unwrap the returned value to a CLR instance. True by default.As Boolean, _
ByVal ParamArray parametersThe global parameters.As System.Collections.Generic.KeyValuePair(Of String,Object) _
) As System.Object
public System.Object ExecuteScript(
System.String javaScript,
bool unwrap,
params System.Collections.Generic.KeyValuePair<string,object> parameters
)
public: System.Object ExecuteScript(
System.String javaScript,
bool unwrap,
params System.Collections.Generic.KeyValuePair<string,object*>* parameters
)
public:
System.Object ExecuteScript(
System.String javaScript,
bool unwrap,
... System.Collections.Generic.KeyValuePair<string,object^>^ parameters
)
Parameters
- javaScript
- The java script.
- unwrap
- A value indicating whether to unwrap the returned value to a CLR instance. True by default.
- parameters
- The global parameters.
Return Value
Optionally, returns a value from the scripts.