'宣言 Public Overridable Function Evaluate( _ ByVal strExpression As System.String _ ) As System.Object
'使用法 Dim instance As ScriptEngine Dim strExpression As System.String Dim value As System.Object value = instance.Evaluate(strExpression)
public virtual System.object Evaluate( System.string strExpression )
パラメータ
- strExpression