[Mono-list] Indirect calling
Eric Damron
edamron@spamcop.net
Sat, 25 Sep 2004 22:13:45 -0700
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