GetInterfaceMap Method

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.

Namespace:  System.Reflection
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.InterfaceMapping
An InterfaceMapping object representing the interface mapping for interfaceType.

The interface map denotes how an interface is mapped into the actual methods on a class that implements that interface.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft