System.Reflection.InterfaceMapping Members

The members of System.Reflection.InterfaceMapping are listed below.

See Also: Inherited members from System.ValueType

Public Fields

InterfaceMethodsMethodInfo[].

Shows the methods that are defined on the interface.

InterfaceTypeType.

Shows the type that represents the interface.

TargetMethodsMethodInfo[].

Shows the methods that implement the interface.

TargetTypeType.

Represents the type that was used to create the interface mapping.