I need to generate a class using Reflection.Emit that implements the following interface.
public interface IObject { T Get(string propertyName);
I believe AutoMapper and/or LinFu will do this for you. You can definitely create an instance of an interface using AutoMapper, I've done it.