mscorlib(4.0.0.0) API with additions
|
Retrieves the mapping of an interface into the actual methods on a class that implements that interface. More...
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... | |
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.
MethodInfo [] System.Reflection.InterfaceMapping.InterfaceMethods |
Shows the methods that are defined on the interface.
Definition at line 28 of file InterfaceMapping.cs.
Type System.Reflection.InterfaceMapping.InterfaceType |
Shows the type that represents the interface.
Definition at line 18 of file InterfaceMapping.cs.
MethodInfo [] System.Reflection.InterfaceMapping.TargetMethods |
Shows the methods that implement the interface.
Definition at line 23 of file InterfaceMapping.cs.
Type System.Reflection.InterfaceMapping.TargetType |
Represents the type that was used to create the interface mapping.
Definition at line 13 of file InterfaceMapping.cs.