2 replies
Jun '16

hevangel_ifb Imported from Blogger

How about call the function via SV-DPI?

1 reply
Jun '16 ▶ hevangel_ifb

TudorTimi Verification Gentleman

That means that you have to export a certain function to be able to call it from C. This is intervention from the user, which is not reflection. Instead of doing this, you’d just rather call the function directly.

What I want is, given any object, of any class, to be able to figure out what methods it has and be able to call those without having to do know in advance what that class provides.