This method will return an interface mapping for the interface requested.
[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;
The requested interface mapping.
Exception Type | Condition |
---|---|
ArgumentException | if the Type does not implement the interface. |
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace