NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.GetInterfaceMap

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;

Parameters

interfaceType
The Type of the interface for which the mapping is to be retrieved.

Return Value

Returns the requested interface mapping.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace