Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fill in an assembly name, namespace name, and type name, and click OK to create the assembly. CodeSmith will Generator will output a .dll which you can then reference from any .NET project. You will then be able to create an instance of your compiled template by using the type name that you specified. You can then set the properties on the template via code and call the Render or RenderToFile methods to execute the template.

...