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
SSO Internet Explorer and Sharepoint Services 2008
Shared Folder Disappeared but still available
Script needed to close program and stop/start service
code for menu
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
VMware Workstation 7.1 Won't Install
How to create own SMTP Server on VPS?
PHP array, problems with multiple checkboxes
VMware ESXi4 Backup
Can't obtain cell values from Selected Row of GridView programmatically