smartcaveman / runsharp-google-export

Automatically exported from code.google.com/p/runsharp
MIT License
0 stars 0 forks source link

GetAssembly().EntryPoint returns TypeBuilder instead of created type (for assemblies in memory) #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In Mono TypeBuilder methods can't be invoked (may be for old versions, I'm 
using Unity3d).

Workaround is conversation any type (which you can get from generated assembly) 
to TypeBuilder and calling CreateType. 

Than you can use it.

Original issue reported on code.google.com by vlad.v...@gmail.com on 30 Nov 2012 at 5:03