mercredi 29 juillet 2015

Implementing Interface using Reflection c#

I have a requirement where i need to implement an interface in my project which is present in a third part dll.This dll i am loading using reflection Is it Possible?

class MyClass : I3rdPartyInterface

{ //implementing interface

}

Here the I3rdPartyInterface is the interface present in my 3rd Party dll.





Aucun commentaire:

Enregistrer un commentaire