You deploy and execute rulesets to a .NET platform by mapping
the Java™ BOM of a rule project
to a .NET XOM using a B2X file, and generating a .NET DLL.
Executing a ruleset DLL in .NET
To deploy and execute the rulesets, you load the generated
ruleset DLL onto .NET. Your code references the assembly and instantiates
the IlrEngineDefinition class. A code template
is available.