I have a class, let's say the name classa
There's a method in there, clear
I'm trying to reflect references externally,
dim a as classa
Dim r As reflect
r.Target = a
r.RunMethod("clear"), this sentence always prompts an error, what should I do, thanks