public static string WriteMethodCode(MethodInterpreter interpreter, TypeDescriptionTable typeTable,
                                      CrRuntimeLibrary crRuntime)
 {
     return(CppMethodCodeWriter.WriteCode(interpreter, typeTable, crRuntime));
 }
예제 #2
0
 public static string WriteMethodCode(CilMethodInterpreter interpreter, TypeDescriptionTable typeTable, ClosureEntities closureEntities)
 {
     return(CppMethodCodeWriter.WriteCode(interpreter, typeTable, closureEntities));
 }