Пример #1
0
        private static void GenerateExternalAssembly(StatementNode r)
        {
            ASMCompileContext ctx = new ASMCompileContext();

            ctx.GenerateAB(r).Save("DynamicAssemblyExample.dll");
        }
Пример #2
0
 private static void GenerateExternalAssembly(StatementNode r)
 {
     ASMCompileContext ctx = new ASMCompileContext();
     ctx.GenerateAB(r).Save("DynamicAssemblyExample.dll");
 }