mscorlib(4.0.0.0) API with additions
InterfaceMapping.cs
2 
3 namespace System.Reflection
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
8  public struct InterfaceMapping
9  {
11  [ComVisible(true)]
12  [__DynamicallyInvokable]
13  public Type TargetType;
14 
16  [ComVisible(true)]
17  [__DynamicallyInvokable]
19 
21  [ComVisible(true)]
22  [__DynamicallyInvokable]
24 
26  [ComVisible(true)]
27  [__DynamicallyInvokable]
29  }
30 }
Discovers the attributes of a method and provides access to method metadata.
Definition: MethodInfo.cs:13
Definition: __Canon.cs:3
Type InterfaceType
Shows the type that represents the interface.
Type TargetType
Represents the type that was used to create the interface mapping.
Retrieves the mapping of an interface into the actual methods on a class that implements that interfa...
Represents type declarations: class types, interface types, array types, value types,...
Definition: Type.cs:18
MethodInfo [] TargetMethods
Shows the methods that implement the interface.
MethodInfo [] InterfaceMethods
Shows the methods that are defined on the interface.