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
Does anyone know FBML or the basics of developing a FB app?
can i setup an application on a server without joining to a domain first?
Problem getting page with CURL and PHP
Get Column Name in Trigger
phpmailer errorInfo
asp.net: how would you insert the address 'location' into this hyperlink control
Prevent Deadlock in Database Coldfusion
Computer in VMWare has black screen with _ symbol
How to remove new line from a string
Iphone sync to Exchange 2007