GetRef to capture methods?
Posted
by Thom Smith
on Stack Overflow
See other posts from Stack Overflow
or by Thom Smith
Published on 2010-06-07T17:17:14Z
Indexed on
2010/06/07
17:22 UTC
Read the original article
Hit count: 274
I've just discovered VBScript's GetRef function, which gets a reference to the function named by its argument. Is there any way to get a reference to a method in this way? I have a hunch that VBScript doesn't offer the sophistication of binding needed to do so, but it would sure be nice.
© Stack Overflow or respective owner