I need to create an instance of a class using an AppDomain. The class, however, does not have a public constructor; it is created through a static method. Is there any way of doing this or does it have to have a public constructor?I need to create an instance of a class using a