VBNET_LOONEY
Member
- Joined
- Nov 24, 2004
- Messages
- 11
- Programming Experience
- 3-5
Hello,
Here is what I would like to do...I am creating an application which will have a processing engine and a script based interface. The scripts will be processed by the engine and results written to a data source. What I would like is to create the interface so that it is .Net based, e.g. someone writes "Dim i as Integer = 0" in the script and it is evaluated for .NET compliance. The script will then be able to create specific objects that the engine recognises and can process.
Can this be done in .NET? I have seen it done using VBScript engine but what about .NET framework?? Any info or pointers to articles is appreciated...thanks.
Here is what I would like to do...I am creating an application which will have a processing engine and a script based interface. The scripts will be processed by the engine and results written to a data source. What I would like is to create the interface so that it is .Net based, e.g. someone writes "Dim i as Integer = 0" in the script and it is evaluated for .NET compliance. The script will then be able to create specific objects that the engine recognises and can process.
Can this be done in .NET? I have seen it done using VBScript engine but what about .NET framework?? Any info or pointers to articles is appreciated...thanks.