Name

InterfaceMapping

Synopsis

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 Structure InterfaceMapping
                  ' Public Instance Fields
   Public InterfaceMethods As MethodInfo()  
   Public InterfaceType As Type  
   Public TargetMethods As MethodInfo()  
   Public TargetType As Type  
End Structure

Hierarchy

System.ObjectSystem.ValueType InterfaceMapping

Returned By

System.Type.GetInterfaceMap()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.