System.Reflection.InterfaceMapping Structure

Retrieves the mapping of an interface into the actual methods on a class that implements that interface.

See Also: InterfaceMapping Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public struct InterfaceMapping

Remarks

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.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0