C# to... the C# code that would call TypeBuilder to make that code #1318
MattCruikshank
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used SharpLab to go from some C# classes to IL, which is really helpful!
But now I'm trying to write utility C# code that will call TypeBuilder... that would make my classes.
Once I can build it in TypeBuilder, I'm going to make some tweaks, etc. I'm building yet another Duck Typing system...
But yeah, I'd love to go from C# code... to the C# code that would use DefineDynamicAssembly / TypeBuilder / MethodBuilder / ILGenerator to make those same types...
Beta Was this translation helpful? Give feedback.
All reactions