Hi everyone,
Does anybody know if there is a .NET assembly equivalent to the MS Script Control 1.0. COM component?
I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods.
I'd appreciate any suggestion. Thanks.
0
Answers
However without more info on your challenge it is impossible to suggest alternatives.
Best wishes.
I'm sorry for the late answer. I have to map the following (COM/Automation) code to .NET:
ScriptControl.Language('VBScript');
Result := FORMAT(ScriptControl.Eval(InParseString));
Variables:
ScriptControl Automation 'Microsoft Script Control 1.0'.ScriptControl
I would appreciate ANY hint or suggestion.