[Mono-list] Indirect calling

2004-09-25 Thread Eric Damron
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

Re: [Mono-list] Indirect calling

2004-09-25 Thread Marcus
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