Microsoft
Software
Hardware
Network
Question : C# How can I dynamically create an object that is not referenced in the project.
How can I dynamically create an object thast is not referenced in the project.
Basically I need to create a procedure to do this with the parameters
1) of the name of DLL
2) Name of the subroutine i want to call
I was thinking of trying something along the lines of...
type t = (not sure how to do this)
Object o = Activator.CreateInstance(t
);
Answer : C# How can I dynamically create an object that is not referenced in the project.
try:
openFileDialog1.Filter = "Excel files (*.xlsx, *.xlsm)|*.xlsx;*.xlsm";
Random Solutions
Searching in Windows 7 Ultimate and Wind 2008 Server how do I search accurately?
OCS 2007 R2 and Cisco call manager
Cisco "Do wr" does not work in "conf t" mode or any other sub-mode
Motherboard driver CD for HCL - P5GD2-TVM/GB/SI
how to use data base in jsp?
iphone saying can't connect to server on Exchange 2010 account...
Digital signature control not visible
Sharing Methods Between Applications on the Same Server
Integrating projects
Upgrade Sqlite in RHEL5.4