Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
gemhost_csharp_example [2023/03/14 21:39]
wikiadmin
gemhost_csharp_example [2023/03/14 21:40] (current)
wikiadmin
Line 5: Line 5:
 Once you have this SECS/GEM model, you can deploy it with one-button push to a .NET assembly.  The assembly name follows the name of the tool, so here GEMTool.dll. Including that in your project gives you access to all the features of the SECS/GEM model. Once you have this SECS/GEM model, you can deploy it with one-button push to a .NET assembly.  The assembly name follows the name of the tool, so here GEMTool.dll. Including that in your project gives you access to all the features of the SECS/GEM model.
  
-==One-time .NET Project Setup==+**One-time .NET Project Setup**
  
 When you first create your project you will need to modify your .csproj to include the TransSECS generated jar.  You need to modify the ItemGroup to include the generated .jar file Reference and AssemblyName. When you first create your project you will need to modify your .csproj to include the TransSECS generated jar.  You need to modify the ItemGroup to include the generated .jar file Reference and AssemblyName.
Line 52: Line 52:
 * Save and close the .csproj file. * Save and close the .csproj file.
  
-==Sample Host==+**Sample Host**
  
 The attached example demonstrates a host application.  It is a complete, functioning GEM host. The attached example demonstrates a host application.  It is a complete, functioning GEM host.
  • gemhost_csharp_example.1678847998.txt.gz
  • Last modified: 2023/03/14 21:39
  • by wikiadmin