G
Guest
Hi,
I have a C# class file, whose name and path are written in an xml file.
This class file is not part of any assembly. The path and name of the class
can change and it will be updated to the xml file.
Now I need to write a program which instantiates the class and invokes
methods of that class. (Say I need to add that class to current project,
Instantiate it, Invoke methods dynamically through code?). I need to write a
web based solution
Is there any way of achieving this functionality
I have a C# class file, whose name and path are written in an xml file.
This class file is not part of any assembly. The path and name of the class
can change and it will be updated to the xml file.
Now I need to write a program which instantiates the class and invokes
methods of that class. (Say I need to add that class to current project,
Instantiate it, Invoke methods dynamically through code?). I need to write a
web based solution
Is there any way of achieving this functionality