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
Flag duplicate record
SBS 2008 Outlook Anywhere SSL Issue
How to Get Specific Button pressed in a repeater when using ModalPopupExtender
Greater-than/Less-than in sql query by php ... Acceptable for date column ??
DR solution for data warehouse
Looking for a CMS solution
Dual WAN on a Fortigate 60
If folder does not exist, then create one
Getting One Row from a ListBox List
What are the several solutions to report a record from database table