G
Guest
I want to look up method names in a database which will be present in the
executing object and use the names to find the method address to pass to the
addressof operator at runtime.
Is that possible? If so, what reflection classes enable me to do that?
Thanks.
executing object and use the names to find the method address to pass to the
addressof operator at runtime.
Is that possible? If so, what reflection classes enable me to do that?
Thanks.