H
Harry Keck
I really want to execute a shared method from a class
using reflection without creating an instance of the
class. I know how to use invokemethod, but it requires an
object as a parameter to invoke the method on. How can I
invoke the method without an object? I imagine that this
should be possible since you can execute a shared function
without an instance of an object if you are not using
reflection. Thanks.
using reflection without creating an instance of the
class. I know how to use invokemethod, but it requires an
object as a parameter to invoke the method on. How can I
invoke the method without an object? I imagine that this
should be possible since you can execute a shared function
without an instance of an object if you are not using
reflection. Thanks.