Z
Zanna
Hi,
I need to create an instance of a class in a non-referenced assembly, so
I thinked to use the Assembly.CreateInstance().
The problem is that my class has a constructor with an argument.
I cannot istantiate my class, since CreateInstance try to instantiate
using the standard constructor that does not exists
Is there a way to get an istance of my class?
Thanks
I need to create an instance of a class in a non-referenced assembly, so
I thinked to use the Assembly.CreateInstance().
The problem is that my class has a constructor with an argument.
I cannot istantiate my class, since CreateInstance try to instantiate
using the standard constructor that does not exists
Is there a way to get an istance of my class?
Thanks