Skip to content

Working with IMonoAssembly

RoqueDeicide edited this page Jan 2, 2015 · 1 revision

IMonoAssembly doesn't offer too much functionality. You can get any class defined in it by using its full name and you can quickly acquire a pointer to IMonoMethod object by specifying full name of the class, name of the method and the list of full names of types of parameters. You can also get System.Reflection.Assembly object for this assembly and use conventional Mono API to work with it.

Clone this wiki locally