March 2002
Intermediate to advanced
864 pages
31h 8m
English
InterfaceMapping
This value type allows you to retrieve information about
interfaces. To access the Type for an
interface, use
InterfaceType.
TargetType
contains the Type of the implementing
class. Similarly,
InterfaceMethods
and
TargetMethods
return the methods of the interface and the implementing class
respectively.
public struct InterfaceMapping { // Public Instance Fields public field MethodInfo[] InterfaceMethods; public field Type InterfaceType; public field MethodInfo[] TargetMethods; public field Type TargetType; }
System.Object→System.ValueType→InterfaceMapping
System.Type.GetInterfaceMap()