// Get an interface from within this type. public override Type GetInterface(String name, bool ignoreCase) { CheckCreated(); return(type.GetInterface(name, ignoreCase)); }