Returns an interface mapping for the requested interface.
[Visual Basic] Overrides Public Function GetInterfaceMap( _ ByVal interfaceType As Type _ ) As InterfaceMapping [C#] public override InterfaceMapping GetInterfaceMap( Type interfaceType ); [C++] public: override InterfaceMapping GetInterfaceMap( Type* interfaceType ); [JScript] public override function GetInterfaceMap( interfaceType : Type ) : InterfaceMapping;
Returns the requested interface mapping.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace