Click here to Skip to main content
15,896,269 members

Comments by Prabhu S M (Top 3 by date)

Prabhu S M 13-Jan-14 2:29am View    
yes.. thanks Karthik!
Prabhu S M 10-Jan-14 7:10am View    
I don't understand it a bit Karthik :'(
can you explain using the code that I had given above.
Suppose Class2 class is implementing an Interface which has 2 methods and Class2 contains definition for both the methods declared in Interface i.e. TestMethod1 & TestMethod2.
How would I invoke the interface dll now?
Prabhu S M 10-Jan-14 6:45am View    
Thanks Karthik! It's working, any idea how to invoke a method from an interface dll? I believe instance cannot be created for interface.