[Mono-list] Indirect calling
Marcus
mathpup@mylinuxisp.com
Sun, 26 Sep 2004 00:46:35 -0500
It might want to look into delegates. They're an object-oriented equivalent to
function pointers.
On Sunday 26 September 2004 12:13 am, Eric Damron wrote:
> 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.