TypeDelegator.GetInterfaceMap Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an interface mapping for the specified interface type.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overrides Function GetInterfaceMap ( _ interfaceType As Type _ ) As InterfaceMapping
Parameters
- interfaceType
- Type: System.Type
The Type of the interface to retrieve a mapping of.
Return Value
Type: System.Reflection.InterfaceMappingAn InterfaceMapping object representing the interface mapping for interfaceType.
Show: