User Profile
Collapse
-
Please refer to: http://stackoverflow.com/questions/2...074011#2074011 -
How to Load an Assembly of Generic Type <T> Dynamically ?
How to Load the class "MyContent" dynamically ?
I have 1 interface<T>, 1 abstract generic class<T> and 1 class. Check my code out:
...Code:public interface IMyObjectInterface{ } public abstract MyAbstractObject : IMyObjectInterface{ } public class MyObject : MyAbstractObject{ } public interface IMyContentInterface<T> where T : MyAbstractObject {
No activity results to display
Show More
Leave a comment: