If you are interested in writing a script for ISXEQ2 in .NET, then I would encourage you to take a look at the .NET Wrapper at https://github.com/isxGames/ISXEQ2Wrapper. (This is the source to ISXEQ2Wrapper.dll that is included with ISXEQ2 under your /innerspace/.NET Programs/ folder.)
The wrapper is not 100% up-to-date; however, you should find examples throughout the code so that you could add additional routines to handle any new TLOs, datatypes, or datatype members/methods. (Note: The ISXEVE Wrapper at https://github.com/isxGames/ISXEVEWrapper has been more actively maintained; therefore, it probably contains additional routines for handling lavishscript TLOs/datatypes that would help in expanding the ISXEQ2Wrapper.)
Please feel free to update the wrapper source and issue a pull request on github. As long as you follow the coding conventions that are already present, I will be happy to incorporate your changes into the main project.
Finally, please note that I do not have any good 'examples' of a .NET script/project for you to download and use as a template. However, if you search through the forums here (across all extensions), you might find some old projects that you could revive and from which you could learn.
The wrapper is not 100% up-to-date; however, you should find examples throughout the code so that you could add additional routines to handle any new TLOs, datatypes, or datatype members/methods. (Note: The ISXEVE Wrapper at https://github.com/isxGames/ISXEVEWrapper has been more actively maintained; therefore, it probably contains additional routines for handling lavishscript TLOs/datatypes that would help in expanding the ISXEQ2Wrapper.)
Please feel free to update the wrapper source and issue a pull request on github. As long as you follow the coding conventions that are already present, I will be happy to incorporate your changes into the main project.
Finally, please note that I do not have any good 'examples' of a .NET script/project for you to download and use as a template. However, if you search through the forums here (across all extensions), you might find some old projects that you could revive and from which you could learn.