G GKG Jul 17, 2003 #1 Can i somehow instantiate classes only knowing their names and that their constructors have no parameters?
Can i somehow instantiate classes only knowing their names and that their constructors have no parameters?
J Jon Skeet Jul 17, 2003 #2 GKG said: Can i somehow instantiate classes only knowing their names and that their constructors have no parameters? Click to expand... Have a look at Activator.CreateInstance.
GKG said: Can i somehow instantiate classes only knowing their names and that their constructors have no parameters? Click to expand... Have a look at Activator.CreateInstance.