Retrieves the mapping of an interface into the actual methods on a class that implements that interface.
See Also: InterfaceMapping Members
Use the System.Reflection.InterfaceMapping structure when a type implements interface methods that use method names other than those specified by the interface, or when a type implements multiple interfaces which have a method with the same name.
To obtain an System.Reflection.InterfaceMapping structure, use the Type.GetInterfaceMap(Type) method.