Z
Zahid
Hi,
I have a data item in a class that holds an Object
Variable. declared:
Public data As Object
'could be any one of 8 user defined objects
Each of the other objects had a method "toByteArray"
declared in them. I want to call the toByteArray method
on the object that the variable "data" holds - regardless
of which object it holds.
How do I do this? Intellisense only shows "GetType" as a
method call on the data variable.
Thanks in advance.
I have a data item in a class that holds an Object
Variable. declared:
Public data As Object
'could be any one of 8 user defined objects
Each of the other objects had a method "toByteArray"
declared in them. I want to call the toByteArray method
on the object that the variable "data" holds - regardless
of which object it holds.
How do I do this? Intellisense only shows "GetType" as a
method call on the data variable.
Thanks in advance.