I'm looking for a way to execute a function indirectly but I'm not sure that C# supports this. I'm just learning C# so please don't be too hard on me for the simple question.

For those of you that have ever programmed in the old z-80 assembler language, do you remember indirect calling of code. You would load up an address variable with the address of the function that you wanted to call and then execute an indirect call and that function would be executed.

I need a way to do something similar in the C# language.  Can this be done?

Thanks
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to