mscorlib(4.0.0.0) API with additions
System.Reflection.InterfaceMapping Struct Reference

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

Collaboration diagram for System.Reflection.InterfaceMapping:
[legend]

Public Attributes

Type TargetType
 Represents the type that was used to create the interface mapping. More...
 
Type InterfaceType
 Shows the type that represents the interface. More...
 
MethodInfo [] TargetMethods
 Shows the methods that implement the interface. More...
 
MethodInfo [] InterfaceMethods
 Shows the methods that are defined on the interface. More...
 

Detailed Description

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

Definition at line 8 of file InterfaceMapping.cs.

Member Data Documentation

◆ InterfaceMethods

MethodInfo [] System.Reflection.InterfaceMapping.InterfaceMethods

Shows the methods that are defined on the interface.

Definition at line 28 of file InterfaceMapping.cs.

◆ InterfaceType

Type System.Reflection.InterfaceMapping.InterfaceType

Shows the type that represents the interface.

Definition at line 18 of file InterfaceMapping.cs.

◆ TargetMethods

MethodInfo [] System.Reflection.InterfaceMapping.TargetMethods

Shows the methods that implement the interface.

Definition at line 23 of file InterfaceMapping.cs.

◆ TargetType

Type System.Reflection.InterfaceMapping.TargetType

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

Definition at line 13 of file InterfaceMapping.cs.


The documentation for this struct was generated from the following file: