InterfaceMapping

InterfaceMapping

System.Reflection (mscorlib.dll) struct

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 MethodInfo[ ]  InterfaceMethods  ;    public Type  InterfaceType  ;    public MethodInfo[ ]  TargetMethods  ;    public Type  TargetType  ; } 

Hierarchy

System.Object System.ValueType InterfaceMapping

Returned By

System.Type.GetInterfaceMap( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net