A
Alejandro Lapeyre
If...
We can get through reflection the code of everything in .net
Its posible to pre-compile the CIL code to a target machine.
Then...
A program could get all the related CIL code for a project and build a
single file, fixing the references.
This or other program can then compile it to a target machine, producing a
single exe, with no depencies to framework.
?
Best Regards
Alejandro Lapeyre
We can get through reflection the code of everything in .net
Its posible to pre-compile the CIL code to a target machine.
Then...
A program could get all the related CIL code for a project and build a
single file, fixing the references.
This or other program can then compile it to a target machine, producing a
single exe, with no depencies to framework.
?
Best Regards
Alejandro Lapeyre