I've got an IronPython environment hosted in one of my applications. In that environment I'd like to access certain methods of an object that is represented by an interface. But I'd like to let IronPython only get access to those methods exported by the interface. I've got an IronPython environment hosted in on