D
Dean Slindee
If a string variable contains a value that is the name of a class, is there
any way to instantiate the class from the contents?
Example:
Dim strClassName as String = "Foo"
Dim cls as New strClassName
Thanks,
Dean Slindee
any way to instantiate the class from the contents?
Example:
Dim strClassName as String = "Foo"
Dim cls as New strClassName
Thanks,
Dean Slindee