[Mono-list] Invoking Method from Native Code

Hamza Karamali karamal@eecg.toronto.edu
Tue, 19 Aug 2003 12:39:36 -0400 (EDT)


Hi,

If I have the following code in mono:

	MonoMethod *someMethod
	
	...
	...

	gpointer myMethod;
	myMethod = mono_jit_compile_method(someMethod);
	
Is there an easy way that I can just invoke the compiled method from
withing the mono code if it's a simple method that doesn't have any
arguments?

Thanks for your help,

Hamza.