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!

TypeDelegator.GetInterfaceMap

[To be supplied.]

[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
[To be supplied.]

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace