T
tascien
I think invoke method is good. but it is not 'great'... I need a way to
invoke the class...
ex:
t = getType(myClass)
t.InvokeMethod(....)
That is if i don't know the method, but I know the class... what if i
don't even know the class...
ex:
t = getType("ClassName") '<-- ClassName is a class in this project.
t.InvokeMethod(....)
is that possible?
invoke the class...
ex:
t = getType(myClass)
t.InvokeMethod(....)
That is if i don't know the method, but I know the class... what if i
don't even know the class...
ex:
t = getType("ClassName") '<-- ClassName is a class in this project.
t.InvokeMethod(....)
is that possible?