D
Daryl Davis
Can someone help me with this. I am reading the MSDN on this but it is
making almost no sense to me.
this is what I understand
InvokeMember(String, BindingFlags, Binder, Object, Object()) As Object
The first param is the name of the method I wish to call.
The second param is what type of method I am calling (public, nonPublic,
etc...)
The third Param, I have no clue
The forth param is the target, I am unsure what that means
The fifth param is an array of arguments, Are these the arguments for the
method? I don't know.
Thank you
Daryl Davis
making almost no sense to me.
this is what I understand
InvokeMember(String, BindingFlags, Binder, Object, Object()) As Object
The first param is the name of the method I wish to call.
The second param is what type of method I am calling (public, nonPublic,
etc...)
The third Param, I have no clue
The forth param is the target, I am unsure what that means
The fifth param is an array of arguments, Are these the arguments for the
method? I don't know.
Thank you
Daryl Davis