N
Nak
Hi there,
I'm using Activator.CreateInstance to create an object from a string,
unfortunately it requires that I have a constructor with no parameters (at
least I presume)
I was wondering if anyone knew how to do the following.
A) Create a type object from a string
B) Create an instance of this type using a constructor with
parameters
Thanks loads in advance!!!!!
Nick.
I'm using Activator.CreateInstance to create an object from a string,
unfortunately it requires that I have a constructor with no parameters (at
least I presume)
I was wondering if anyone knew how to do the following.
A) Create a type object from a string
B) Create an instance of this type using a constructor with
parameters
Thanks loads in advance!!!!!
Nick.